﻿/* CSS Document */

*{
  margin: 0;
  padding: 0;
}
body{
  font-size: 13px;
  background: url(images/bg.gif) repeat-x left top;
  text-align: center;
  font: 12px "宋体";
}
img{
  display: block;
}
a img{
  border: none;
}
.clear{
  clear: both;
}
h2 {
	font-size: 13px;
	color: #2F3E00;
	border: 1px dotted #0066FF;
	margin: 4px;
	padding: 0px;
	line-height: 130%;
}
p{
  padding: 6px 2px;
  line-height: 1.7em;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #99CC00;
}
#left li {
	padding: 0px;
	margin-left: 33px;
	color: #009900;
}

#wrapper{
  width: 743px;
  margin: 0 auto;
  text-align: left;
  margin-top: 6px;
  border: 1px solid #dadada;
}
#nav{
	height: 30px;		
	border: 1px solid #bdc7b6;
	padding-right: 12px;
	background: url(images/nav.gif) repeat-x left top;
}
#nav ul{
	float: left
}
#nav li{
  float: left;
  padding-top: 8px;
  list-style: none;
  }
#nav li a{
	text-decoration: none;
	text-align: center;
	color: #000;
	float: left;
	width: 92px;
	display: block;
	font-weight: bold;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
#content{
  padding: 26px 0;
  border: 1px solid #e3e7e7;
}
#left{
  width: 468px;
  padding: 0 22px;
  float: left;
}
#left h3{
  height: 29px;
  padding-left: 30px;
  font-size: 13px;
  margin-top: 8px;
  background: url(images/h3.gif) no-repeat left top;
}
#right{
  float: right;
  width: 229px;  
  background: url(images/right.gif) no-repeat center 29px;
}
html > body .border{
  min-height: 313px;
}
.border{
	padding-bottom: 0;
	height: 313px;
	position: relative;
	background: url(images/bottom.gif) no-repeat center bottom;
	padding-top: 45px;
	padding-right: 8px;
	padding-left: 32px;
}
#ad{
	padding-bottom: 0;
	height: 840px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 2px;
	background-color: #FFFFFF;
}
#more{
  position: absolute;
  right: 35px;
  bottom: 10px;
}
#footer{
  clear: both;
  border: 1px solid #dadada;
  border-width: 1px 0;
  background: #f4f4f4;
}
#footer img{
  display: inline;
}
#copyright,#footer p{
  text-align: right;
  color: #b0b0b0;
  padding-right: 10px;
}
#footer p{
  padding-top: 10px;
  color: #444;
}

