@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/bg.jpg) no-repeat center 193px;
}
#about{
	margin:40px auto 140px;
}
.left {
float:left;
width:266px;
}
.left li{
	width:182px;
	height:69px;
	background:url(../images/menuBg.gif) no-repeat;
	margin:2px 0;
}
.left li a{
	left:24px;
	position:relative;
	top:15px;
	font-size:14px;
	font-weight:bold;
}
.left li a.profile{
	color:#e93c4d;
}
.left li a.history{
	color:#551463;
}
.left li a.service{
	color:#008c8c;
}
.right {
float:left;
width:733px;
}
.right h2{
	color:#ed4f4d;
	padding:0 0 15px;
}
.right .content{
	width:400px;
}
.right p{
	padding:0 0 15px;
	line-height:16px;
	/*text-indent:20px;*/
}