@charset "utf-8";
/* CSS Document */

#about_body_background{
	margin: 0 auto;
	width: 938px;
	/*height:416px;*/
	background-image:url(../images/bgs/aboutus_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-bottom:0px;
	}

.content_title{
	font-size:/*1.3em;*/14px;
	font-weight:bold;
	color:#fa7a2c;
	margin:0;
}
.content{
	padding-top:10px;
	/*padding-bottom:20px;*/
	width: 876px;
}
.content p{
	margin:0px;
	padding-bottom:10px;
}
.about_map{
	padding-top:30px;
	width:876px;
	height:600px;
	text-align:center;
}
/*********************/
a.res_link:link{
	color:#666;
	text-decoration:none;
}
a.res_link:visited{
	color:#333;
	text-decoration:none;
}
a.res_link:hover{
	color:#999;
	text-decoration:underline;
}
a.res_link:active{
	color:#ba443d;
	text-decoration:underline;
}
