@charset "utf-8";


#about {
	background:#a5a6a6;
	padding:12px;
}

#about_content {
	background:url(../images/about_content_bg.gif) repeat-y #fff;
	border:1px solid #fff;
}

#about_content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	height:55px;
	margin:0px;
	padding:20px 0px 0px 9px;
}

#about_content h2 {
	color:#ff5e17;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	margin:0px 0px 16px 17px;
}

.about_contact_box {
	background:url(../images/about_contact_bg.gif);
	color:#818181;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:50px;
	line-height:19px;
	padding:10px 0px 0px 17px;
	width:299px;
}

#about_left {
	float:left;
	padding:0px 0px 50px 7px;
	width:324px;
}

#about_left_text, #about_right_text {
	margin:0px 0px 16px 17px;
	width:290px;
}

#about_left_text p, #about_right_text p {
	font-size:10px;
	line-height:16px;
}

.about_btn {
	padding:10px 8px 0px 0px;
}

#about_right {
	float:right;
	padding:78px 0px 50px 0px;
	width:322px;
}

.about_contact_box_first {
	background:url(../images/about_contact_bg_first.gif);
}

.about_contact_box_last {
	background:url(../images/about_contact_bg_last.gif);
}

.about_contact_orange {
	color:#ff5e17;
}







