@charset "utf-8";
/* CSS Document */

body{
	background:#fffbea;
	font-size:12px;
	margin:0; 
}
ul,li,p{
	list-style-type:none; margin:0; padding:0;
}
h1,h2,h3{
	font-weight:normal;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#fb8200;
	text-decoration:none;
}
.more{
	float:right;
	font-size:12px;
	font-weight:normal;
}
.clr{
	clear:both;
}
.fr{
	float:right;
}
.fl{
	float:left;
}
.wapper{
	background:url(../img/index_bg.jpg) bottom no-repeat;
	width:1004px;
	margin:auto;
	padding:0 19px;
}
#topnews{
	background:#000;
	border-bottom:solid 3px #e3e3e3;
	color:#b3b3b3;
	line-height:30px;
	padding-left:10px;
	height:30px;
}
#topnews img{
	vertical-align:middle;
	margin:5px 0;	
}
#topnews span{
	float:right;
	padding-right:20px;
}
#topnews a{
	color:#b3b3b3;
	text-decoration:none;
}
#topnews a:hover{
	color:#b3b3b3;
	text-decoration:underline;
}
#nav {
	line-height:30px;
}
#nav a{
	margin:0px 15px;
}
#footer{
	background:url(../img/footer_bg.gif) repeat-x;
	height:71px;
	line-height:20px;
	color:#97856f;
	padding-top:25px;
}
.copyright{
	width:1004px;
	margin:auto;
	padding:10px 0;
	line-height:20px;

}
