/*基础样式*/
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, select, textarea, p, b, blockquote{
	font-weight:400;
	margin:0;
	padding:0;
}
body{
	background-color:#fff;
	color:#333;
	font-family:SimSun;
	font-size:12px;
	text-align:left;
	line-height:16px;
}
ol,ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
h4{
	font-size:12px;
}
a:link,a:visited{
	color:#333;
	text-decoration:none;
}
a:active,a:hover{
	color:#666;
	text-decoration:underline;
}
img,object{
	border:0 none;
}
br{
	clear:both;
}
b{
	font-weight:bold;
}
select{
	overflow-y:visible;
	zoom:normal;
	position:static;
}
input,select,textarea{
	font-size:12px;
}
table input,table select,table textarea,table img,table label{
	vertical-align:middle;
}

#top{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#logoBox{
	width:auto;
	float:left;
	margin-top:10px;
}
#top img.logo{
	float:left;
	margin:10px 0 0 10px;
}
#top p.slogan{
	float:left;
	height:26px;
	margin-top:30px;
	padding-left:10px;
	border-left:1px solid #676767;
	color:#666;
	line-height:26px;
}
#top div.loginbar{
	width:auto;
	line-height:20px;
	position:absolute;
	right:0;
	top:0;
}
#top div.loginbar p.login{
	padding:10px 20px;
	color:#666;
	text-align:right;
}
#top div.loginbar p.login a{
	color:#666;
	vertical-align:middle;
	margin-right:10px;
}
#top div.loginbar p.login img{
	vertical-align:middle;
}
#footer{
	width:960px;
	height:120px;
	overflow:hidden;
	margin:0 auto;
	margin-top:10px;
}
#footer p.link{
	width:100%;
	height:24px;
	line-height:24px;
	text-align:center;
}
#footer p.gft{
	width:440px;
	float:left;
	padding:6px 0 10px 280px;
	text-align:center;
	line-height:20px;
	color:#666666;
	font-size:12px;
}
#footer img.huiz{
	margin:12px 0 0 25px;
}
.forumlink a:hover{
	text-decoration:none;
}