@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font: normal 12px/150%  Arial, Helvetica, sans-serif;
	background-color:#F4F2E5;
}
li {
	list-style-type:none;
}
a {
	text-decoration:none;
}
p {
	line-height: 18px;
	text-decoration: none;
	text-indent:2em;
	color: #333;
}

.pad02 {
	padding:5px 0 25px 45px;
	text-indent:0em;
	color:#8F160C;
}

#main {
	width:750px;
	margin:0 auto;
}
#main h2 {
	margin:0;
	padding:0;
	height:60px;
	line-height:60px;
	font-size:18px;
	font-weight:bolder;
	color:#8F160C;
	text-align:center;
	letter-spacing:-0.08em;
}
#content {
	float:left;
	display:inline;
}
#sidebar {
	float:right;
	display:inline;
		border-top:solid 1px #bbb;

}

#subnav ul {
	margin:0;
	padding:0;
	padding-top:25px;
	padding-left:185px;
	width:220px;
}
#subnav ul li {
	width:100px;
	padding-left:10px;
	text-indent:0.5em;
	float:left;
}
#subnav ul li a {
	display:block;
	color:#6AA316;
	border-bottom:dashed 1px #6AA316;
}




/**********************************************************************************************************************/
.img_left {
	float: left;
	margin-top:10px;
	margin-left:10px;
}
#wrap {
	margin:0;
	padding:0;
	height:209px;
	background:url(../en-img/body-bg.jpg) repeat-x 0 0;
}
#header {
	width:750px;
	margin:0 auto;
	position:relative;
	height:209px;
	background:url(../en-img/header-bg.jpg) no-repeat 0 0;
}
ul#nav {
	margin:0;
	padding:0;
	position:absolute;
	bottom:5px !important;/*详见《精通CSS》p144 8.3.8*/
	bottom:4px;
	width:750px;
	height:31px;
	text-align:center;
}
ul#nav li {
	float:left;
	width:110px;
	margin-right:8px;
	background:url(../en-img/nav-bg.gif) no-repeat 0 0;
}
ul#nav li a {
	display:block;
	width:110px;
	height:31px;
	line-height:31px;
	color:#333;
}
ul#nav li a:hover {
	display:block;
	font-weight:bolder;
	color:#8F160C;
	background:url(../en-img/nav-bg.gif) no-repeat 0 -31px;
}



/**********************************************************************************************************************/