html, body{
	margin:0 auto;
	padding:0;
	max-width:1280px;
}
body{
	font: 76% verdana,arial,sans-serif;
	background:#ffffff;
	color:#343434;
}
p{
	margin: 0 0 10px 0;
}
a{
	color:#317a5d;
	text-decoration:underline;
}
a:hover, a:active{
	color:#88c425;
	text-decoration:underline;
}
img {
	border: none;
}
h1{
	font-size:1.6em;
	font-weight:normal;
	margin:0 0 10px 0;
	color:#438381;
}
h2{
	font-size:1.2em;
	font-weight:normal;
	margin:0 0 10px 0;
	color:#438381;
}
div#header{
	height: 235px;
	position:relative;
	overflow:hidden;
}
div#header .header-border{
	background:#dde0d7 url('/_i/header_border_bgr.png') top left no-repeat;
	height:10px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:1px;
}
div#header .logo{
	width: 300px;
	height:185px;
	background:url('/_i/logo_bgr.jpg') right bottom no-repeat;
	float:left;
}
div#header .logo img{
	border:none;
	margin-left:24px;
}

div#header .nav{
	background:url('/_i/nav_bgr.gif') top left repeat-x;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:1.2em;
	position:absolute;
	left:300px;
	top:170px;
	width:100%;
}
div#header .nav li{
	border-top:8px solid #88c425;
	margin:0;
	padding:5px 8px 0 8px;
	float:left;
	color:#196bca;
}
div#header .nav li.active{
	border-top:8px solid #034da2;
}
div#header .nav li a{
	color:#317a5d;
}
div#wrapper{
	float:left;
	width:100%;
}
div#content{
	margin: 0 300px;
	padding-right:20px;
	line-height:1.4em;

}
div#content .news_hot{
	background:#f6f5ee;
	padding:10px;
	margin-bottom:20px;
}
div#content .news_hot .date,
div#content .news_list .date{
	width:90px;
	text-align:center;
	font-size:0.85em;
	font-weight:bold;
	padding:4px 0 5px 0;
	margin-bottom:5px;
	line-height:1em;
}
div#content .news_hot .green{
	background:url('/_i/date_bg_green.gif') top left no-repeat;
	color:#427f81;
}
div#content .news_list .gray{
	background:url('/_i/date_bg_gray.gif') top left no-repeat;
	color:#848c73;
}
div#content .news_list{
	padding:10px;
}
div#content .news_list .item{
	margin-bottom:10px;
}
div#content .news_list .item h2{
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
}
div#left{
	float:left;
	width:300px;
	margin-left:-100%;
}
div#left .inner{
	padding:0 20px;
}
div#left .auth{
	border:1px solid #e6e5e6;
	padding:15px;
}
div#left .auth h2{
	font-size:1em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding-bottom:10px;
	background:url('/_i/auth_h2_bgr.gif') bottom left no-repeat;
}
div#left .auth form{
	overflow:hidden;
}
div#left .auth form input{
	margin-bottom:10px;
	width:220px;
}
div#left .auth form input.button{
	width:auto;
	float:right;
}
div#left .auth .forget{
	font-size:0.85em;
	color:#676767;
}
div#left .auth ul.tests{
	list-style:none;
	margin:0;
	padding:0;
}
div#left .auth ul.tests li{
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
}
div#left .entry{
	margin-top:20px;
	height:240px;
	background:url('/_i/entry_bgr.jpg') top left no-repeat;
}
div#left .entry a{
	color:#fffffe;
	font-size:1.2em;
	display:inline-block;
	margin:150px 0 0 105px;
}
div#left .support{
	line-height:1.4em;
}
div#left .support h2{
	background:url('/_i/support_bgr.jpg') top left no-repeat;
	padding:40px 10px 50px 130px;
	margin:0 0 0 -20px;
	font-size:1.6em;
	font-weight:normal;
	color:#438381;
	line-height:1.2em;
}
div#right{
	float:left;
	width:300px;
	margin-left:-300px;
}

div#footer{
	clear:both;
	width:100%;
	padding:30px 0 20px 0;
	font-size:0.9em;
}
div#footer .footer-border{
	height: 9px;
	margin-bottom:20px;
	margin-right:30px;
	background:#dde0d7 url('/_i/footer_border_bgr.png') top right no-repeat;
	font-size:1px;
}
div#footer .inner{
	padding:0 20px;
}
div#footer .copyright{
	width:300px;
	float:right;
}