@charset "utf-8";
/* CSS Document */
body {
	background-color:#BEA2C2;
}
.menu {
	border-top:1px solid #BEA2C2;
	border-right:1px solid #BEA2C2;
	border-bottom:1px solid #BEA2C2;
}
.menu .selected {
	color:#BEA2C2;
	color:#BEA2C2!important;
}
.left {
	background:url(../images/bg_aboutus_l.gif) no-repeat 0px 0px;
}
.right {
	background:url(../images/bg_aboutus_r.gif) no-repeat;
	position:relative;
	padding-top:80px;
}
.left_panel {
	border-left:1px solid #BEA2C2;
}
.intro .title {
	color:#BEA2C2;
}
.about {
	float:left;
	width:100%;
}
.about .pic {
	margin-left:30px;
	margin-top:30px;
}
.about .title {
	color:#BEA2C2;
	margin-top:15px;
	margin-left:28px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	margin-right:120px;
	border-bottom:1px solid #CCC;
}
.about .text {
	padding-top:5px;
	padding-left:28px;
	line-height:150%;
}
.about strong {
	color:#BEA2C2;
}
