

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*vb*/
:focus {
	outline: 0;
}
body {
	color: #747d67;
	background: #38667f url("images/background.jpg") no-repeat fixed 0 0;
	font: 15px/21px Arial, Helvetica, sans-serif;
}
p {
  padding-bottom: 20px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

.round-top {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.clear {
	clear: both;
}
.clearfix:after {
	*content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, a:visited {
	color: #528036;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #528036;
	text-decoration: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #2f332a;
  font-weight: bold;
  font-family: Helvetica, Arial;
  padding-bottom: 5px;
}
h2 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
/* Wraps */
#header_wrap {
  position: relative;
  min-width: 940px;
  padding: 100px 30px 0 30px;
}
#content_wrap {
  position: relative;
  min-width: 940px;
  padding: 0 30px 135px 30px;
}
#footer_wrap {
  position: fixed;
  bottom: 0;
  height: 47px;
  line-height:47px;
  width: 100%;
  background: #1b1b1b url("images/footer-bg.jpg") no-repeat 0 0;
  border-top: 1px solid #fff;
  z-index: 99;
  text-align:center;
}
/* Header */
#header {
	padding-top:120px;
  position: relative;
  width: 940px;
  margin: 0 auto;
  height: 380px;
  background: #fff;
  border: 1px solid white;
  text-align:center;
}
#header p{ font:bold 40px/100px "微软雅黑","黑体"; color:#1f3a69;}