/* CSS Document */
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background: #000 ; 
	font-size:14px;
	color:#fff;
  }
* {
	margin:0px;
	padding:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr {
	clear:both;
}
ul, li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration: underline;
}
img {
	border:0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.premium{color: #ffff99;}

#warpper { width:550px; margin:auto;}
#header{ width:550px; height:150px; background:url(../images/logo.jpg) no-repeat;}
#nav{ width:550px;  height:16px; background:#003366; font-weight:bold;}
#nav ul { padding-left:37px;}
#nav ul li{ float:left; margin-right:4px;}
#nav ul li a{ text-decoration:none; line-height:16px;}
#nav ul li a:hover { color:#ffff99; text-decoration:none;}


#content{ width:550px; height:auto; background:#006699; padding-top:26px; padding-bottom:39px;}
.mid_content{width:550px; height:285px; padding-top:5px; padding-bottom:5px;}
.mid_left{width:201px; float:left; padding-left:5px; padding-top:62px;}
.mid_right{width:336px; height:280px; float:left;}
.padd{padding-bottom:37px; float:left;}
.line_height{line-height:36px;}
.start_radio{float:left; padding-left:4px;   padding-right:6px;}
#footer{width:550px; height:67px;}
.left_corner{width:15px; height:67px; background:#003366 url(../images/corners.jpg) bottom no-repeat; float:left;}
.mid_footer{width:520px; height:67px; background:#003366 ;float:left;}
.right_corner{width:15px; height:67px; background:#003366 url(../images/corners2.jpg) bottom no-repeat; float:left;}
.footer{width:490px; height:35px;  padding:20px 0 0 39px;}
.footer ul { margin-bottom:10px;}
.footer ul li{ float:left; font-size:12px; }
.footer ul li  a{ font-family:Geneva; margin-right:5px; margin-left:5px; }
.footer p { padding-left:55px; padding-top:12px; font-size:13px; font-family:Geneva;}
