@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #252525;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.oneColFixCtr #container {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:100px;
	text-align: justify;
}
.menuBar{
	background:url(../images/menu_03.jpg);
	background-repeat:no-repeat;
	margin-top: 60px;
	margin-left:0px;
	width: 870px;
	height:30px;
	line-height:33px;
}
.menuBar ul{
	padding:0px;
	margin:0px;
	list-style:none;
	margin-left:120px;
}
.menuBar ul li{
	float:left;
	font-size:12px;
	color:#e79803;
	padding-right:74px;
	height:28px;
}
.menuBar ul li a{
	float:left;
	color:#9e9f97;
	text-decoration:none;
	height:28px;
	display:block;
}
.menuBar ul li a:hover{
	color:#a8a04b;
}
.aboutMenu{
	position:absolute;
	border-style:solid;
	border-width:1px;
	border-color:#4d4d4a;
	background-color:#000000;
	width:163px;
	filter:alpha(opacity=90); /* for ie */
	opacity:.9; /* for moz */
	margin-left:297px;
	margin-top:-2px;
	font-size:12px;
	color:#e79803;
	line-height:18px;
	text-align:center;
	z-index:8;
	visibility: hidden;
}
.aboutMenu a{
	text-decoration:none;
	color:#ffffff;
}
.aboutMenu a:hover{
	color:#a8a04b;
}
.guideMenu{
	position:absolute;
	border-style:solid;
	border-width:1px;
	border-color:#4d4d4a;
	background-color:#000000;
	width:117px;
	filter:alpha(opacity=90); /* for ie */
	opacity:.9; /* for moz */
	margin-left:461px;
	margin-top:-2px;
	font-size:12px;
	color:#e79803;
	line-height:18px;
	text-align:center;
	z-index:6;
	visibility: hidden;
}
.guideMenu a{
	text-decoration:none;
	color:#ffffff;
}
.guideMenu a:hover{
	color:#a8a04b;
}
.communityMenu{
	position:absolute;
	border-style:solid;
	border-width:1px;
	border-color:#4d4d4a;
	background-color:#000000;
	width:125px;
	filter:alpha(opacity=90); /* for ie */
	opacity:.9; /* for moz */
	margin-left:579px;
	margin-top:-2px;
	font-size:12px;
	color:#e79803;
	line-height:18px;
	text-align:center;
	z-index:7;
	visibility: hidden;
}
.communityMenu a{
	text-decoration:none;
	color:#ffffff;
}
.communityMenu a:hover{
	color:#a8a04b;
}
.menu_shadow{
	background:url(../images/menu_shadow.jpg);
	background-repeat:no-repeat;
	margin-top:-4px;
	width: 870px;
}
.tob_grid_bg{
	position:absolute;
	margin-top:0px;
	list-style:none;
	width:870px;
	height:70px;
	margin: 0 auto;
	background:url(../images/top_grid_bg.jpg);
	background-repeat:no-repeat;
	z-index: 1002;
}
.logo{
float:left;
margin-top:12px;
margin-left:20px;
}
.myaccount{
	float:right;
	background-color:#161616;
	margin-top:12px;
	margin-right:20px;
}
