*{
	margin:0;
	padding:0;
}
ul{
	list-style-type:none;
}
body{
	width:859px;
	height:1610px;
	padding:1px;
	border:1px solid #000;
	margin:0 auto;
	color:#666;
	font-size:14px;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	text-decoration:underline;
	color:#FF0000;
}
#nav{
	width:859px;
	height:36px;
	background-color:#043f67;
	font-size:12px;
}
#nav p{
	width:200px;
	height:36px;
	float:left;
	line-height:36px;
	padding-left:5px;
	color:#fff;
}
#nav ul{
	width:305px;
	height:36px;
	float:right;
	line-height:36px;
}
#nav ul li{
	float:left;
	margin-left:10px;
}
#nav ul li a{
	font-size:12px;
}
#banner{
	width:860px;
	height:267px;
}
#content{
	width:800px;
	margin:0 auto;
}
#content h2{
	width:800px;
	text-align:center;
	line-height:160%;
	color:#000;
	font-size:16px;
	margin:10px 0 10px 0;
}
#content  p{
	line-height:180%;
	text-indent:28px;
	margin-bottom:10px;
}
#content  p.im{
	text-align:center;
}

#content  p span{
	font-weight:bold;
}
#content  p.im span{
	display:block;
	height:30px;
	text-align:center;
	margin-top:5px;
}
#footer{
	width:810px;
	height:90px;
	background:url(img/footer-bg.jpg) no-repeat;
	padding:20px 0 0 50px;
}
#footer ul{
	width:510px;
	height:25px;
}
#footer ul li{
	float:left;
	margin-left:5px;
}
#footer ul li a{
	font-size:12px;
}

