<style type="text/css">  * 
body,div,ul,li {
	margin: 0px;
	padding: 0px;
	}
image {border-width: 0px 0px 0px 0px;}	

本文来自 13COM.NET, 本文地址：http://www.13com.net/article/article.asp?articleid=613
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	text-align:center;/*页面内容居中*/
	height: auto;
	width: 960px;
	}

#header {
	height: 180px;
	width: 960px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	}

#nav {
	background-color: #369c6d;/*白色底*/
	margin: 0 auto;/*上下留白为零，左右留白自适应，水平居中*/
	height: 35px;
	width: 960px;
	font-size: 14px;
	}

#nav ul {

		}

#nav ul li {
	height: 35px;
	width: 90px;
	line-height: 35px;
	float: left;
	list-style: none;
	text-align: center;
	}

#nav ul li a {
	display: block; 
	height: 35px;	
	padding: 0 10px;
	color: #000; 
	text-decoration: none;	

	}

#nav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #003300;
	}

#content{
	width: 960px;
	min-height:650px; 
	height:auto 
	!important; height:650px;
	text-align: left;
	background-color: #E4E4E4;
	}
#leftcontent{
	float:left;
	width: 580px;
	margin: 10px 0 10px 10px;
	padding: 20px 20px;
	}
#leftcontent h3 {
	font-size:13px; 
	height: 30px;
	padding: 0 0 0 10px;
	color: #fff;
	line-height: 30px;
	background-image: url(../images/h3-bg.jpg);
	background-repeat:no-repeat;
	}
#rightcontent{
	float: left;
	width: 260px;
	height:600px;
	margin: 30px 10px 0 20px;
	}	
#leftcontent p {
	text-indent: 2em;
	line-height: 1.5em;
	}
#table01 {
	line-height:1.8em;
	}

#content h5 {
	font-size: 16px;	
	}
#footer {
	clear: both;
	height: 150px;
	width: 960px;
	}
  </style>
