/* aboutus.css */
#left {
	clear: both;
	float: left;
	width: 220px;
	margin: 0 0 10px 0;
}
#menu_left { 
	float: left;  
	margin: 0 0 6px 0; 
	padding: 0 0 1px 0; 
	border-bottom: 2px solid #e2e2e2; 
}
#menu_left li { list-style: none; }
#menu_left li a { 
display: block; 
	color: #3F5B7F; 
	/*background: #C2CEDE url(../images/arrow.gif) no-repeat center left; */
	background: #B4D0DB url(../images/arrow.gif) no-repeat center left; 
	width: 172px; 
	padding: 7px 23px 7px 23px; 
	margin: 0 0 1px 0; 
	font-weight: bold; 
	text-decoration: none; 
}	
#menu_left li a:hover { 
	/*background: #9EB1C9 url(../images/arrow.gif) no-repeat center left; color: #fff;  */
	background: #77A6BA url(../images/arrow.gif) no-repeat center left; color: #fff;  
	}
#menu_left li a.current{
	/*background: #9EB1C9 url(../images/arrow.gif) no-repeat center left; color: #fff;*/
	background: #77A6BA url(../images/arrow.gif) no-repeat center left; color: #fff;
}

#right {
	float: right;
	width: 735px;
	margin: 0 0 10px 0;
}
.article_title {
	margin: 0px 0px 0px 0px;
	background: #fff url(../images/bgshade.gif) repeat-x;
	color: #454545;
	padding: 15px 15px 5px 10px;
	height:32px;
}
.article_title h1 {
	margin:20px 0px 0px 100px;
	font-family:"宋体";
	font: bold 2.2em;
	min-height:30px;
}
.article_content {
	margin: 0px 0px 0px 0px;
	padding: 35px 15px 5px 10px;
	float:left;
}
.article_content li {
	background: url(../images/arrow.gif) no-repeat center left;
}
.bigimage {
		float: left;
		clear: left;
		border: 1px solid #ccc;
		background: #eee;
		color: #000;
		width: 200px;
		height: 150px;
		margin: 0 15px 10px 0;
	}