body {
	margin: 0px;
	padding: 10px;
	background-image: url(../images/back.jpg);
	font: 400 14px/22px 'Open Sans', Arial, Helvetica, sans-serif;
}
a{
	color: #828d2a;
	text-decoration: none;
}
a:hover{
	background: #828d2a;
	color: #FFF;
}
#wrapper{
	width: 960px;
	margin: 0px auto;
	-webkit-box-shadow: 5px 5px 30px 0px #222;
	background: #FFF;
	-moz-box-shadow: 5px 5px 30px 0px #222;
	box-shadow: 5px 5px 30px 0px #222;
	behavior: url(PIE.htc);
}
.img{

}
h1,h2,h3,h4,h5,p,form{
	margin: 0px;
	padding: 0px;
}
h1{
	font: 48px/42px 'Bevan', Arial, Helvetica, sans-serif;
	color: #FFF;
}
h3{
	line-height: 30px;
}
#logo{
	position: absolute;
	width: 300px;
	margin-left: 30px;
	margin-top: 30px;

		z-index: 1111;
}
#headerContact{

	position: absolute;
	width: 300px;
	z-index: 9999;
		margin-left: 380px;
		margin-top: 230px;
		color: #FFF;
}
#headerContact h2{
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 15px;
}
#headerContact h3 a{
text-decoration: none;
	color: #c3cb48;
}
#headerContact h3 a:hover{
	background: #828d2a;
	color: #FFF;
}


#headerContact h3{
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 15px;
}
#headerContact h4{
	font-size: 24px;

}
#content{
	padding: 30px;
}
#content h1{
	font: 700 30px/34px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #6a7322;
	letter-spacing: -1px;
	margin-bottom: 15px;

}
#content h2{
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 24px;
}
p{
	margin-bottom: 15px;
}
.contactDetails{
	float: left;
	width: 317px;
	margin-right: 10px;
}
.contactDetails h2{
	background: #6a7322;
	color: #FFF;
	padding: 15px 30px;
	margin-left: -30px;
}
.enquiryForm{
	width: 573px;
	float: left;

}
.enquiryForm h2{
	background: #828d2a;
	color: #FFF;
	padding: 15px 30px;
	margin-right: -30px;
}
.clear{
	clear: both;
	margin-bottom: 15px;
}
input[type="text"], textarea{
	padding: 6px;
	background: #CCC;
	color: #000;
	width: 95%;
	border: 1px solid #333;
}
.contactForm{
	margin-left: 30px;
}