html{
	background-color: #CCC;
	background-image: url(../images/main_bg.jpg);
}
body{
	margin:0 auto;
	width: 960px;
	font:normal 12px 宋体,Arial;
}
a:link{
    color: #666;
}
a:visited{
    color: #666;
}
a:hover{
	color: #000;
}
#banner {
	background-image: url(imageshead.jpg);
	height: 199px;
	background-repeat: no-repeat;
}
#menu{
	background-image: url(imagesnav.jpg);
	height: 39px;
	background-repeat: no-repeat;
}
#menu ul{
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 130px;
}
#menu li{
	display:block;
	float:left;
	width:70px;
	margin-left:5px;
}
#menu li a{
	display:block;
	height:35px;
	line-height:35px;
	font-size: 14px;
	color: #FFF;
	text-align:center;
}
#menu li a:hover{
	background-color: #fDef96;
	color: #333;
}
#main{
	background-color: #FFF;
	padding:10px 15px 10px 15px;
	}

.clear{
	clear:both;
	}
#bottom{
	clear: both;
	background-image: url(imagesfoot.jpg);
	height:65px;
}
#bottom ul{
	padding-left:100px;
	padding-top:10px;
	color: #FFFFFF;
}
.more{
	position:relative;
	top:1px;
	margin-right:10px;
	float:right;
}
#frilink ul li{
	background-image: url(imagesfrlink.jpg);
	background-position: 8px 15px;
}