@charset "UTF-8";
/*Unique background image*/
body{
	background-image: url(../images/header2_bg.jpg);
	background-repeat: repeat-x;
}
img, div, a, input { behavior: url(../js/iepngfix.htc) }

/* About Us Styles*/

#content_area{
	padding: 0 20px;
}
#about_wrap{
	background-image: url(/images/aboutcontent_bg.jpg);
	background-repeat: repeat;
	border-left: 5px solid #8b6a39;
	border-right: 5px solid #8b6a39;
	margin: 0 auto;
	padding: 15px 35px;
}

#about_wrap img{
	border: none;
	float: left;
}
.about_content{
	float: right;
	width: 570px;
}
.about_content a{color:#be7329;}
.about_content .top{
	background-image: url(/images/about_top.jpg);
	background-repeat: no-repeat;
	height: 57px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 120px 25px 0 25px;
}
.about_content .mid{
	background-image: url(/images/about_center.jpg);
	background-repeat: repeat-y;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding: 15px 20px 0 10px;
}
.about_content .mid ul{margin: 0;}
.about_content .mid li{
	text-align: left;
	font-size: 11px;
	padding: 7px 0 0 0;
}
.about_content .bot{
	background-image: url(/images/about_bottom.jpg);
	background-repeat: no-repeat;
	height: 22px;
}
