#wrapper {
	margin: 0px auto; width: 950px; text-align: left; position: relative;
}
#main {
	background: rgb(255, 255, 255); border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(205, 205, 205) rgb(205, 205, 205); margin: 20px 0px 0px 7px; width: 934px;
}
#main_bg {
	background: url(bg-content.png) repeat-y rgb(255, 255, 255); width: 934px;
}
#sidebar {
	width: 216px; padding-bottom: 20px; float: left; _display: inline;
}
#sidebar li {
	height: 39px; line-height: 39px; padding-left: 75px; font-size: 14px;
}
#sidebar li.focus {
	background: url(sub_nav_focus.png) no-repeat 0px 0px rgb(255, 255, 255); font-weight: bold;
}
#sub_right {
	padding: 0px 18px;
	width: 682px;
	float: right;
	font-size: 14px;
}
.content {
	padding-bottom: 14px;margin-top:20px;
}
.content h3 {
	color: rgb(1, 116, 167);
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.content h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	color: rgb(204,51,0);
}
.content p {
	padding: 5px; color: rgb(102, 102, 102); line-height: 1.8; 
}