@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;
}
#services_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;
}

#services_wrap img{
	border: none;
	float: left;
}
.services_content{
	float: right;
	width: 570px;
}

.services_content .mid{
	background-image: url(/images/services_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding: 15px 20px 0 10px;
}
.services_content .mid p{
	padding:0; margin:0 0 10px 0;
}
.services_content .bot{
	background-image: url(/images/services_bot_bg.jpg);
	background-repeat: no-repeat;
	height: 22px;
}
.bot_hay{
	margin: 0 auto;
	padding: 0;
	height: 1px;
}
.bot_hay img{
	position: absolute;
	margin-left: 900px;
	margin-top: -203px;
}
