@CHARSET "UTF-8";
@IMPORT url("common.css");

.about_us img,
.about_us div,
.about_us div h3,
.about_us div p,
.about_us{
	display: block;
	overflow: hidden;
}

.about_us{
	background: url("/images/listing_header.gif") repeat-x top left;
	width: 1000px;
	margin-top: 28px;
}
.about_us img{
	padding-left: 15px;
	padding-top: 20px;
	float: left;
}
.about_us div{
	float: left;
	padding-left: 44px;
	padding-top: 30px;
}
.about_us div h3{
	font-size: 22px;
}
.about_us div p{
	width: 460px;
	padding-top: 15px;
}
