html {
	font-family: Arial;
}

body {
	background-image: url(/images/bg-main.png);
	background-repeat: repeat-x;
	background-color: #9ad7eb;
}

.clear {
	clear: both;
}

#container {
	width: 850px;
	margin: 0 auto;
}


#banner {
	margin-top: 21px;
	background-image: url(/images/banner.jpg);
	height: 369px;
}


h1#logo-slogan {
	text-indent: -9999px;
	background-image: url(/images/logo-slogan.jpg);
	height: 230px;
}

ul#bullet-points {
	text-indent: -9999px;
	background-image: url(/images/bullet-points.jpg);
	height: 228px;
}

h2#contact-form {
	background-image: url(/images/bg-form.jpg);
	height: 288px;
	padding: 0 60px;
}



h2#contact-form #left{
	width: 50%;
	float: left;
	margin: 40px 0;

}

h2#contact-form #right{
	width: 50%;
	float: right;

}

h2#contact-form h3 {
	font-size: 38px;
}


h2#contact-form p {
	font-size: 22px;
	color: #777;
	margin-top: 20px;
	font-weight:normal;
	line-height:26px;
}

#contact {
	margin: 40px;
}

#contact input {
	font-size: 11px;
	margin-bottom: 10px;
	width: 100%;
	padding: 3px;
}

#contact input#submit-button {
	font-size: 14px;
	margin-bottom: 10px;
	width: 91px;
}

#right h4 {
	margin: 50px 30px;
	font-size: 20px;
	line-height: 1.2;
}

#footer {
	text-indent: -9999px;
	background-image: url(/images/footer.jpg);
	height: 135px;
}