@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;
}
/**********************************************************************************************************************/
.img_left {
	float: left;
	margin-top:10px;
	margin-left:10px;
}
.img_right01 {
	float: right;
	padding-right:-1px;
	margin:0;
	text-align:center;
	letter-spacing:0.3em;
}
.img_right01 a {
display:block;
	width:105px;
	height:31px;
	line-height:31px;
width:105px;
	background:url(../img/navindex-bg.gif) no-repeat 0 -32px;
	color:#333;
}
.img_right01 a:hover {width:105px;
	background:url(../img/navindex-bg.gif) no-repeat 0 0;
	display:block;
	font-weight:bolder;
	color:#8F160C;
}
#wrap {
	margin:0;
	padding:0;
	height:209px;
	background:url(../img/body-bg.jpg) repeat-x 0 0;
}
#header {
	width:750px;
	margin:0 auto;
	position:relative;
	height:209px;
	background:url(../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:105px;
	margin-right:8px;
	background:url(../img/nav-bg.gif) no-repeat 0 0;
	letter-spacing:0.3em;
}
ul#nav li a {
	display:block;
	width:105px;
	height:31px;
	line-height:31px;
	color:#333;
}
ul#nav li a:hover {
	display:block;
	font-weight:bolder;
	color:#8F160C;
	background:url(../img/nav-bg.gif) no-repeat 0 -31px;
}
/**********************************************************************************************************************/







#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.3em;
}
#content {
	float:left;
	display:inline;
}
#sidebar {
	float:right;
	display:inline;
	border-top:solid 1px #bbb;
}

