/* CSS Document */
*{
padding:0px; margin:0px; 
}
html{
background:#ffffff;
}
body{font-size:14px; color:#757575;width:1000px; margin:0 auto; background:#FFFFFF; background:url(../images/bg.jpg) repeat-x; line-height:28px;
}
a{
text-decoration:none; color:#757575;
}
a:hover{
text-decoration:none; color:#404040;
}
li{
list-style:none;
}
img{
border:0px;
}

.top{ float:left; width:1000px; height:330px; background:url(../image/top.gif) top no-repeat;}
.main{ float:left; width:1000px; background:#7f0200;}
.zl{
	width:909px;
	background:#f6f7f2;
	overflow: auto;
	padding: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.zl h1{ float:left; font-size:14px; color:#000000;}
.zl p{
	float:left;
	color:#333333;
	width:435px;
	padding-bottom: 18px;
}
