body {
	text-align:center;
}
a {
	text-decoration:none;
	color:#00933B
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
	background-color: #FFFFFF;
}
.float-l {
	float:left
}
.folat-r {
	float:right
}
.clearfix {
	clear:both
}
/* header */
#header {
	height:181px;
	position:relative;
	background-image: url(../images/head.jpg);
}
#nav {
	position:absolute;
	top:100px;
	right:30px
}
ul#nav {
}
ul#nav li {
	display:inline;
}
ul#nav a {
	color:#008C35;
	line-height:43px;
	padding:0 10px;
	border-right:#FFFFFF 1px solid;
}
ul#nav .last a {
	border:none
}
#logo {
	position:absolute;
	top:40px;
	left:100px
}
#logo h1 {
	display:inline
}
#logo h1 {
	font-size:34px;
	color:#000
}
#logo span {
	font-size:16px;
}
/* content */
#content {
	height:800px;
	background-image: url(../images/content_bg.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}
#content .left {
	width:400px;
	padding:0 50px;
	color:#FFFFFF
}
#content .left h1 {
	color:#038F39;
	font-size:12px;
	font-weight: bold;
	font-style: italic;
}

#content .left h2 {
	color:#038F39;
	font-size:16px;
	padding:20px 0;
}
#content .left img {
	padding-right:20px
}
#content .left a {
	color:#008D37
}
#content .right {
	width:300px;
}
#top, #bm {
	width:193px;
	margin:0 auto;
	margin-top:30px;
	padding:0 15px
}
#side h2 {
	font-size:16px;
	color:#008D37;
	padding:0px 0 5px 0
}
#side li {
	line-height:10px
}
/* footer */

#footer {
	clear:both;
	background: url(../images/foot.jpg);
	height:170px;
	color: #fff;
	position:relative;
}
.ft {
	position: absolute;
	top:120px;
	left:50px
}

#xhtml {
	position: absolute;
	top:130px;
	left:550px
}
