﻿@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
html{height:100%;}
body{
	Margin: 0 auto;
	text-align: center;
	FONT: 12px/18px 宋体, Arial, Verdana, Lucida, Helvetica, sans-serif;
	color: #333333;
	background-color: #16541F; /*#287817*/
	background-image: url(../images/bg.gif);
	background-position: center;
}
a{
	color:#333;
	text-decoration: none;
	font-family:宋体,Arial, Helvetica, sans-serif ;
}
a:hover{
	color:#FF3300;
	text-decoration: underline;
	font-family:宋体,Arial, Helvetica, sans-serif ;
}
img{border:0px;}
ul {
	list-style:none;
}
#wrap{
	width:947px;
	height:auto;
	MARGIN: 0 auto;
	text-align:center;
	background-color: #FFFFFF;
	/*
		
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	*/
	
	
}
#header{
	clear: both;
	float: left;
	margin-left: 3px;
	text-align: center;
	height: 110px;
	width: 937px;
}
#content{
	clear: both;
	float: left;
	margin-left: 3px;
	text-align: center;
	height: auto;
	width: 937px;
	padding-top: 5px;
	overflow:hidden;
}
#footer{
	clear: both;
	float: left;
	margin-left: 3px;
	text-align: center;
	height: auto;
	width: 937px;
	padding-top:5px;
}
#left{
	float: left;
	height: auto;
	width: 200px;
}
#left-center{
	float: left;
	height: auto;
	width: 205px;
	background-color: #EAEAEA;
	border-right: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
}
#center{
	height: auto;
	width: 475px;
	float: left;
	margin-left:5px;
	background-color: #D1D1D1;
}
#right{
	clear: right;
	float: right;
	height: auto;
	width: 242px;
}
#inner-center{
	clear: right;
	float: right;
	height: auto;
	width: 718px;
	_margin-right: 1px;
	background-color: #F5F5F5;
	border: 1px solid #D1D1D1;
}
#left,#left-center,#inner-center{padding-bottom:1576px;margin-bottom:-1576px;}
