.contactUs{
	width:270px;
	height:300px;
	float:left;
	margin:0 20px 0 30px;
	background:rgba(79,44,12,0.3);
	line-height:30px;
	box-shadow:0 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.3);
	padding:0 15px 0 15px;
	 -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.aboutUs{
	float:right;
	width:580px;
	margin:0 30px 0 0;
	background:rgba(79,44,12,0.3);
	padding:0 15px 10px 15px;
	height:auto;
	font-size:12px;
	line-height:25px;
	box-shadow:0 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.3);
	 -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.title{
	text-align:center;
	font-size:14px;
	color:#522f31;
	font-weight:bold;
	background:url(../img/pages/contactUs/line.png) no-repeat top 20px center;
	background-size:200px 8px;
}