@charset "utf-8";
body {
	width:990px;
	margin:0px auto;
	padding:0px;
	background:fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	color:#51a2e4;
}
.cred ,.cred a{
	color:#FF0000;
}
#topbar{
	border-bottom:1px solid #bebebe;
	background-color:#f8f6f7;
	height:25px;
	line-height:25px;
	position:relative;
	margin-bottom:6px;
	text-align:right;
}
#topbar a{
	color:#fa6515;
	margin:0px 2px;
}
#topbar .index_btn{
	background:url(../img/btn_1.gif) no-repeat;
	border:0;
	width:75px;
	height:17px;
	margin-left:5px;
}
#topbar .fav_btn{
	background:url(../img/btn_2.gif) no-repeat;
	border:0;
	width:91px;
	height:17px;
	margin-left:5px;
}
#topinfo{
	width:990px;
	overflow:auto;
	margin-bottom:6px;
}
#topinfo #logo{
	float:left;
	width:190px;
	text-align:center;
}
#topinfo #topnav{
	margin-left:200px;
}
#topnav .menu{
	border:1px solid #d3d3d3;
	background:url(../img/topnav_bj.gif) repeat-x;
	height:47px;
	padding:8px 0px 6px 7px;
	margin-top:8px;
	line-height:23px;
}
#topnav .menu a{
	display:block;
	float:left;
	width:43px;
	text-align:center;
}
#topnav .menu a:link ,#topnav .menu a:visited{
}
#topnav .menu a:hover ,#topnav .menu a:active{
	background-color:#4d9add;
	color:#fff;
	width:43px;
	line-height:20px;
	margin:1px 0px 2px 0px;
}