*{margin:0;padding:0;border:0;text-align:center;font-size:10pt;}
body{background:#00699b;float:center;}
#container{width:100%;}
/* 头部样式 */
#header{width:960px;height:440px;background:url(images/index.jpg) no-repeat;}
/* 导航条样式 */
#menu{
	float:right;
	width:600px;
	height:36px;
	margin-top:387px;
	padding-right:10px;
}
#menu ul{list-style:none;float:right;}
#menu li{width:65px;float:left;font-size:12px;color:white;}

/* 主体部分 */
#body{width:960px;background:url(images/bodybg.jpg) repeat-y;}
#body #title{
	width:90%;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	padding-left: 30px;
}
#body #article{width:90%;text-align:left;text-indent:2em;}
#body #article p{text-align:left;line-height:200%;}
#body #article ul{margin-top:20px;}
#body #article ul li{height:40px;text-align:left;font-size:14px;background:url(images/listicon.png) no-repeat;}
#body #author{
	width:90%;
	height:36px;
	text-align:right;
	margin-top:6px;
	line-height:200%;
	padding-right: 80px;
}
#body #page{float:right;width:60%;height:36px;text-align:center;margin-right:40px;margin-top:40px;line-height:200%;border-top:dotted 1px;}
#bottom{width:960px;height:16px;background:url(images/bottombg.jpg) no-repeat;}

