/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#979796;
	text-align:center;
	background:#000;
	overflow-y:hidden;
	}
.clear{
	clear:both;
	}
.selectPage{
	width:40px;
	background:#201D14;
	font:10px Arial, Helvetica, sans-serif;
	color:#CECEC4;
	}
a{
	color:#827B7B;
	text-decoration:none;
	}
#header{
	margin:0px auto;
	padding:0px;
	width:1020px;
	height:67px;
	background:url(../images/logo.gif) no-repeat 10px 5px!important;
	background:url(../images/logo.gif) no-repeat 20px 5px;
	}
#mainBody{
	margin:20px auto 0px;
	padding:0px;
	width:1020px;
	height:400px;
	text-align:left;
	position:relative;
	}
#left{
	float:left;
	margin-left:10px;
	width:182px;
	height:100%;
	background:black;
	}
#right{
	float:right;
	width:132px;
	height:100%;
	background:black;
	}

.whiteFont{
	color:#fff;
	}
.yellowFont{
	color:#F7D132;
	font-weight:bold;
	}
