﻿/*基本信息*/
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: 143px;
	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 }

 
	#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: 820px;
	text-align: left;
        margin-left:95px;
        margin-top:20px;
      }

p {     text-indent: 2em;
	font-size: 14px;
	color: #000000; 
        padding-bottom:10px;

}

div.meneame {
	padding-right: 3px;
	padding-left: 3px;
	font-size: 13px;
	padding-bottom: 3px;
	margin: 3px 0 50px 0;
	color: #666666;
	padding-top: 3px;
	text-align: center }
 
	div.meneame a {
		border-right: #666666 1px solid;
		padding-right: 7px;
		background-position: 50% bottom;
		border-top: #666666 1px solid;
		padding-left: 7px;
		padding-bottom: 3px;
		border-left: #666666 1px solid;
		color: #666666;
		margin-right: 3px;
		padding-top: 3px;
		border-bottom: #666666 1px solid;
		text-decoration: none }
 
		div.meneame a:hover {
			border-right: #666666 1px solid;
			border-top: #666666 1px solid;
			background-image: none;
			border-left: #666666 1px solid;
			color: #666666;
			border-bottom: #666666 1px solid;
			background-color: #cccccc }
 
		div.meneame a:active {
			border-right: #666666 1px solid;
			border-top: #666666 1px solid;
			background-image: none;
			border-left: #666666 1px solid;
			color: #666666;
			border-bottom: #666666 1px solid;
			background-color: #cccccc }
 
	div.meneame span.current {
		border-right: #666666 1px solid;
		padding-right: 7px;
		border-top: #666666 1px solid;
		padding-left: 7px;
		font-weight: bold;
		padding-bottom: 3px;
		border-left: #666666 1px solid;
		color: #666666;
		margin-right: 3px;
		padding-top: 3px;
		border-bottom: #666666 1px solid;
		background-color: #cccccc }
 
	div.meneame span.disabled {
		border-right: #999999 1px solid;
		padding-right: 7px;
		border-top: #999999 1px solid;
		padding-left: 7px;
		padding-bottom: 3px;
		border-left: #999999 1px solid;
		color: #999999;
		margin-right: 3px;
		padding-top: 3px;
		border-bottom: #999999 1px solid }

/*页面尾部*/
#foot {
	clear: both;
	background: url(foot.gif) no-repeat;
	width: 1004px;
	height: 270px;
	background-color: #e0e0e0 }