﻿/*基本信息*/
BODY {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #e0e0e0;
	font-size: 13px;
	line-height: 24px;
	text-align: center }
 

/*页面层容器*/
#container {
	margin: auto;
	width: 1004px;
	position: relative;
	text-align: left }
 
/*页面头部*/
#head {
	font-size: 12px;
	background: url(head.gif) no-repeat;
	width: 1004px;
	height: 115px;
	background-color: #e0e0e0 }
 
/*页面导航*/
#navigation {
	font-size: 13px;
	background: url(nav.gif) no-repeat;
	width: 1004px;
	height: 150px;
	clear: both; /*清除浮动*/
	background-color: #e0e0e0 }
 
	#navigation ul {
		padding-right: 0px;
		display: inline;
		color: #fff;
		padding-left: 0px;
		left: 30px;
		padding-bottom: 0px;
		margin: 0px;
		padding-top: 0px;
		list-style-type: none;
		position: absolute;
		top: 129px }
 
	#navigation li {
		display: block;
		color: #fff;
		float: left;
		text-align: center }
 
        #navigation ul li#one { width: 80px }
 
	#navigation ul li#two { width: 50px }
 
	#navigation ul li#three { width: 25px }
 
	#navigation ul li#four { width: 120px; text-align:left; }

 
	#navigation a:link {
		padding-right: 6px;
		padding-left: 6px;
		float: left;
		padding-bottom: 0px;
		color: #fff;
		padding-top: 0px;
		height: 20px;
		text-align: center;
		text-decoration: none }
 
	#navigation a:visited {
		padding-right: 6px;
		padding-left: 6px;
		float: left;
		padding-bottom: 0px;
		color: #fff;
		padding-top: 0px;
		height: 20px;
		text-align: center;
		text-decoration: none }
 
	#navigation a:hover {
		background: #fff;
		color: #000;
		font-weight: bold; }

        #navigation  a#current {
		font-weight: bold; }


/*具体内容控制*/

#document {
	background-color: #ffffff;
	width: 1004px;
	text-align: left;
	float: left;}

#text {
	background-color: #ffffff;
	width: 850px;
	text-align: left;
        margin-left:95px;
        margin-top:20px;
        margin-bottom:50px;
      }

p{text-indent: 2em;font-size:13px;}
h1{font-size:14px;text-align: left;}



/*页面尾部*/
#foot {
	clear: both;
	background: url(foot.gif) no-repeat;
	width: 1004px;
	height: 270px;
	background-color: #e0e0e0 }