/* Main Styles */
body{background:#595959;}

td,body{  font: normal 12px arial; color:#cccccc;}


/* Links */
a{  color:#fff;}
a:hover{  color:#a09807;}
a img {border:none;}
p strong{color:#fff;}

.clear{clear:both;}
.float{float:left;}

#wrapper{margin:auto;width:955px;}
	#header{background:url(../Images/Graphics/bgHeader.jpg) no-repeat;width:955px;height:219px;}
		#logo{padding-top:7px;margin-left:7px;}
	#navArea{ text-align:left; padding-left: 270px;}
		#navInner{width:600px;margin:auto;}
	#centerArea{background:url(../Images/Graphics/bgLeftArea.jpg) repeat-y #363c3c;width:100%;}
		
		#leftArea{width:269px;}
		#rightArea{width:646px;margin:0px 20px;padding:20px 0px;}
	
	#footer{text-align:right; font-size:11px;}
		#footer p, #footer p a{color:#fff;margin:4px; font-size:11px;}
		
