.contact-us-layout
{
	background-image: url(/images/contact_us/background_tile.jpg);
	background-position: 0 0;
	width: 100%;
}

.contact-us-layout h2
{
	background-color: #fff;
}

.contact-us-layout .main
{
	background: url(/images/contact_us/background_illustration.jpg) no-repeat 0 41px;
}

.contact-us-layout h2
{
	position: static;
}

.contact-us-layout .content
{
	margin: 11px 0 0 198px;
	padding-top: 25px;
}

/* @group col */

.left-col, .right-col
{
	width: 213px;
	float: left;
}

.left-col
{
	clear: left;
	border-right: 1px solid #c6c6c6;
	padding-right: 30px;
}

.right-col
{
	padding-left: 30px;
}

/* @end */

.contact-us-layout h3
{
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #b2a590;
}

.contact-us-layout p
{
	margin: 5px 0 30px 15px;
}