/* Normal, standard links. */
a:link, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
/* The main body of the entire forum. */
body
{
	margin: 0px;
	padding: 0px;
	font-size:90%;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: center;
}
/* overall width of forum */
#wrapper {
	padding:4px;
	margin:0px auto;
	width:750px;
	text-align:left;
}
#page_bg {
	width: 100%;
}
/* header section */
#header {
	margin: 0;
	padding: 0px;
	height: 250px; 
	}
/* main navigation */
#menu {
	width: auto;
	height: 30px;
	margin: 0;
	overflow: hidden;
}
.maintab_back a, .maintab_back a:visited {
	float: left;
	display: block;
	height: 30px;
	padding: 0 16px;
	line-height: 34px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
	text-transform: uppercase;	
}
.maintab_back a:hover {
	text-decoration: none;
}
.maintab_active_back a, .maintab_active_back a:visited {
	text-decoration: none;
	float: left;
	display: block;
	height: 30px;
	padding: 0 16px;
	line-height: 34px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
	text-transform: uppercase;	
}
.maintab_active_back a:hover {
	text-decoration: none;
}
.maintab_active_back a {
}
td.maintab_back, td.maintab_active_back {
}
.seperator {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	height: 30px;
}
.seperator2 {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	height: 30px;
}
/* top area (linktree and search) */
#top_area {
	margin: 0;
	padding: 10px 20px 10px 20px;
}
/* main content */
#content {
	margin: 0;
	padding: 0;
}
/* footer */
#footer {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 25px;
	text-align: center;
}

#footer a, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
/* Logo = logo.png */
#logo {
	margin: 0;
	padding: 0;
	background: #ccc url(../../../heaimg.php) 0 0 no-repeat;
	height: 250px;
	width: 750px;
}
/* background color for the on, on2 and off GIFs */
.statpng {
	background-color: #4169e1;
}
/* Normal, standard links. */
a:link, a:visited {
	color: #4169E1;
}
a:hover {
	color: #333;
}
/* The main body of the entire forum. */
body {
	background: #999 url(images/light/bg.png) repeat-x top; 
}
/* overall width of forum */
#wrapper {
	background-color: #276395;
	padding: 3px;
}
/* some background */
#page_bg {
	background-color: #FAFAFA;
}
/* main navigation */
#menu {
	background: #ccc url(images/light/menu_bg_blue.png) repeat-x top;
}

.maintab_back a, .maintab_back a:visited {
	color: #333;
	}
.maintab_back2 a, .maintab_back2 a:visited {
	color: #333;
	}
.maintab_back a:hover {
	color: #9F0909;
	background: url(images/light/menu_active_blue.png) 50% 0 no-repeat;
}
.maintab_active_back a, .maintab_active_back a:visited {
	color: #4169E1;
}
.maintab_active_back a:hover {
	color: #9F0909;
}
.maintab_active_back a {
	background: url(images/light/menu_active_blue.png) 50% 0 no-repeat;
}
td.maintab_back, td.maintab_active_back {
	background: #ccc url(images/light/menu_bg_blue.png) repeat-x top;
}
.seperator {
	background: url(images/light/menu_div_blue.png) 0 0 no-repeat;
}
/* news "ticker" */

#top_area {
	background: #ffffff url(images/light/shadow_top_white.png) 0 0 repeat-x;
	color: #333;
}
/* main content */
#content {
	background-color: #ffffff;
	color: #333333;
}
/* footer */
#footer {
	color: #333;
	background: #ccc url(images/light/menu_bg_blue.png) repeat-x top;
}
#footer a, #footer a:visited {
	color: #4169E1;
}
#footer a:hover {
	color: #fff;
}
.fr{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 2px;
	color: #003366;
	}
