@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	cursor:url(images/sb.cur), url(../images/sb.cur), auto;
	background:url(../images/all_bg.jpg) center repeat-y #EEE8D8;
}
a {
	color:#666;
}
a:hover{
	color:#060;
	text-decoration:underline;
}
.clear {
	clear:both
}
.red {
	color:#F00;
}
.gray{
	color:#BBBBBB;
}
.header{
	width:964px;
	height:120px;
	background:url(../images/head_bg.jpg) center no-repeat #F9FFFF;
	margin:0 auto;
}
.nav{
	width:944px;
	height:36px;
	margin:0 auto;
	padding-left:20px;
	background:url(../images/nav_bg.jpg) no-repeat;
}
.nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.nav li {
	float:left;
}
.nav li a {
	display:block;
	padding:0px 39px;
	line-height:36px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
.nav li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../images/nav_hover.jpg) center no-repeat;
}
.content{
	width:964px;
	margin:0 auto;
	background:url(../images/content_bg.jpg) repeat-y;
}
.left{
	width:680px;
	float:left;
	padding-bottom:15px;
}
.right{
	width:284px;
	float:right;
}
.copyright{
	width:964px;
	height:65px;
	margin:0 auto;
	background:url(../images/footer_bg.png) repeat-x;
	border-top:5px #4DB084 solid;
	line-height:25px;
	text-align:center;
	padding-top:23px;
	color:#030;
}
.copyright a{
	color:#030;
}
.footer{
	width:994px;
	height:12px;
	font-size:0px;
	margin:0 auto;
	background:url(../images/footer_bm.png) center no-repeat #EEE8D8;
}
.footer_ad a,.footer_ad a:hover{
	color:#5AA144;
}
.right_title{
	width:255px;
	height:39px;
	padding-left:10px;
	margin:auto;
	margin-top:8px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	line-height:33px;
	background:url(../images/right_title_bg.jpg) no-repeat;
}
.right_content{
	width:270px;
	margin-left:14px;
	line-height:22px;
}
.right_class{
	height:25px;
	line-height:25px;
	width:133px;
	float:left;
}
.right_class img{
	width:16px;
	height:16px;
	vertical-align:middle;
}
.right_recent_notice{
	width:240px;
	line-height:22px;
	background:url(../images/recent_notice.gif) no-repeat;
	padding-left:15px;
}
.right_recent_article{
	height:22px;
	width:255px;
	line-height:22px;
}
.right_recent_comment {
	height:40px;
	margin-top:5px;
}
.right_recent_comment_left{
	width:30px;
	height:30px;
	float:left;
	padding-right:4px;
	margin-right:3px;
	background:url(../images/comment_bg_right.png) no-repeat;
}
.right_recent_comment_left img{
	/*border:1px #CCC solid;*/
	padding:2px;
}
.right_recent_comment_right{
	width:230px;
	height:30px;
	float:left;
}
.right_recent_comment_right_name{
	font-weight:bold;
	line-height:16px;
	height:15px;
}
.right_recent_comment_right_name a{
	color:#ABB14D;
}
.right_recent_comment_right_comment{
	color:#874604;
	line-height:18px;
	height:15px;
}
.right_archive{
	width:130px;
	height:20px;
	float:left;
	padding-top:4px;
}
.page {
	line-height:20px;
	height:22px;
	width:560px;
	margin:10px auto;
	text-align:center;
	margin-top:20px;
}
.page a{
	padding:1px 3px;
	border:1px #669900 solid;
	background:#FEFAF6;
	text-align:center;
}
.page a:hover{
	background:#F9E5D1;
	text-decoration:none;
}
.other_title{
	height:23px;
	line-height:23px;
	border-bottom:1px #CCC dashed;
	font-weight:bold;
	color:#0099CC;
	margin:10px 0 10px 40px;
	width:570px;
	background:url(../images/title_ico.png) no-repeat left;
	padding-left:20px;
}
.displaynone{
	display:none;
}
.all_title{
	border-bottom:1px #CCC dashed;
	font-weight:bold;
	color:#76824f;
	margin-bottom:5px;
	background:url(../images/title_ico.png) no-repeat left center;
	padding-left:20px;
	margin-left:60px;
	margin-top:23px;
	font-size:13px;
	line-height:22px;
	height:22px;
	width:528px;
}
.header_user{
	width:200px;
	height:25px;
	float:right;
	text-align:right;
	padding-right:5px;
	padding-top:5px;
	color:#F00;
}
.header_user img{
	border:0px;
}
.logo{
	width:190px;
	height:80px;
	float:left;
	margin-left:50px;
	margin-top:20px;
	display:inline;
}
.logo a img{
	border:none;
}
.notice_gray{
	color:#999;
}