body	{
	background-color: #000000; 
	margin: 0px;
}

body, td, p	{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	color: #FFF;
}

a:link, a:visited {color: #FFFFFF; text-decoration: underline;}
a:active, a:hover {color: #FF9900;text-decoration: underline;}

form	{
	margin: 0;
}

.clear	{
	clear: both;
}

.hint	{
	font-size: 11px;
	color: #a0a0a0;
}

#wrap	{
	text-align: center;
}

#main	{
	width: 1000px;
	margin: auto;
}

#top	{
	margin-top: 5px;
}

#top #logo	{
	float: left;
	text-align: left;
	width: 300px;
	margin-left: -7px;
	margin-top: 3px;
}

#top #advt	{
	float: right;
	border: 1px solid #aaaaaa;
	width: 600px;
	height: 90px;
}

#menu	{
	margin-top: 15px;
	float: left;
	width: 260px;
}

#menu	div	{
	margin-bottom: 15px;
	height: 40px;
	overflow: hidden;
}

#menu div a	{	
	background: url(/img/menu_bg.png) no-repeat;
	width: 260px;
	height: 40px;
	display: block;
	text-decoration: none;
	font: 15px Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	padding-top: 10px;
}

#menu	div a:hover {
	background-position: 0px -40px;
	color: #ffffff;
}

#cnt	{
	width: 725 px; 
	float: left;
	margin-left: 15px;
}

#cnt	#content	{
	float: left;
	width: 510px;	
}

.w
{
	margin-top: 15px;
	border: 1px solid #0066FF;
}

.w h1, .ttl {
	background-color: #FF9900;
	font-family: Arial, Verdana, Helvetica, Arial,  sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFF;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #0066FF;
}
.w .txt	{
	padding: 15px 15px 0 15px;
	text-align: justify;
	background-color: #182773;
}

.w .txt p	{
	margin: 0;
	padding: 0 0 15px 0;
	/*text-indent: 25px;*/
}

.w .txt .stats	{
	line-height: 20px;	
	text-align: left;
}

#cnt	#right	{
	float: left;
	margin-left: 15px;
	width: 200px;
}

#spacer	{
	margin-top: 5px;
}

#spacer	#feedback {
	float: left;
	width: 236px;
} 

#spacer	#feedback	div	{
	height: 40px;
	overflow: hidden;
}

#spacer	#feedback	a	{	
	background: url(/img/menu_feedback_bg.png) no-repeat;
	width: 236px;
	height: 40px;
	display: block;
	text-decoration: none;
	font: 15px Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}

#spacer	#feedback	a:hover {
	background-position: 0px -40px;
	color: #ffffff;
}

#spacer	#line	{
	float: left;
	background: url(/img/menu_feedback_bg1.png) no-repeat;
	width: 764px;
	height: 40px;
	margin-top: 10px;
}

#footer	{
	margin-top: 5px;
}

#footer #stats	{
	float: left;
	width: 270px;
	margin-top: 75px;
}

#footer #advb	{
	float: left;
	width: 728px;
	border: 1px solid #0066FF;
}

#copy {
	margin: 20px 0 10px 0;
	text-align: center;
	font: 11px Arial;
	color: #888888;
}

#login div	{
	margin-top: 5px;
	margin-bottom: 10px;
}

#login p	{
	margin: 0;
	padding-left: 3px;
}

#login .inp {
	width: 100%;
	height: 22px;
}

#login .b {
	font: 12px Verdana;
	height: 25px;
	width: 100px;
}

#login .errorMessage	{
	font: 12px Arial;
	color: #FF3333;
}

#registration	{
	margin-top: 10px;
	text-align: center;	
}

#registration	div.b	{
	margin: 12px;
}

#registration	div.b input	{
	width: 200px;
}	

#registration .errorMessage	{
	font: 12px Arial;
	color: #FF3333;
}

#feedback	{
	margin-top: 10px;
	text-align: center;	
}

#feedback	.inp	{
	width: 100%;
}	

#feedback	.b {
	margin: 12px;
}

#feedback	.b input	{
	width: 200px;
}	

#feedback	.ta	{
	width: 100%;
	height: 100px;
}	

#feedback .errorMessage	{
	font: 12px Arial;
	color: #FF3333;
}

.tbl	{
	margin-left: auto;
	margin-right: auto;
	background: #0066FF;
}
.tbl td	{
	padding: 7px;
	background: #152080;
	text-align: left;
}

.tbl td.c	{
	text-align: center;
}

.tbl tr.b td	{
	background: #19289F;
}
.tbl tr.w td	{
	background: #ffffff;
	color: #333333;
}

.tbl tr.b1 td	{
	background: #0c1a90;
}

.tbl tr.head td	{
	color: #ff9900;
	text-align: center;
	font-weight: bold;
}

.tbl td .inp
{
	width: 200px;
}

#nav	{
	text-align: center;
	margin: 20px;
}
#userinfo	{
	padding-bottom: 15px;
}

#userinfo div	{
	margin: 20px 0;
	height: 40px;
	overflow: hidden;
	text-align: center;	
}

#userinfo div a	{	
	background: url(/img/newgame_bg.png) no-repeat;
	width: 168;
	height: 40px;
	display: block;
	text-decoration: none;
	font: 14px Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	padding-top: 10px;
	
}

#userinfo div a:hover {
	background-position: 0px -40px;
	color: #ffffff;
}

#reminder p {
	text-align: center;
	line-height: 25px;
}

#reminder div	{
	margin: auto;
	width: 370px;	
}

#reminder .inp	{
	width: 200px;
}

#reminder .but	{
	margin-left: 5px;
	width: 150px;
	height: 25px;
}

#reminder .err	{
	font: 12px Arial;
	color: #FF3333;
}

#history_nav	{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

#history_nav span	{
	padding: 10px;
}

#history_nav span.cur	{
	padding: 0;
	color: #ff9900;
	font-weight: bold;
}

#rating_nav	{
	text-align: center;
	margin-bottom: 20px;
	line-height: 20px;
}

#rating_nav span	{
	padding: 0;
	color: #ff9900;
	font-weight: bold;
}

#rating_nav	a	{
	margin: 15px;
}


#rating td {
	font-size: 12px;
}

#profile	{
	margin: 10px;	
}

#profile p	{
	text-align: center;
	font-weight: bold;
}

#profile #links	{
	text-align: center;
	margin: 20px;	
}

#profile #links	a	{
	margin: 15px;
}

#notlogin	{
	width: 450px;
	margin: auto;
	padding: 20px;	
}

#notlogin p	{
	text-align: center;
	color: #FF3333;
	font-weight: bold; 
}
