@charset "UTF-8";
/* CSS Document */

/* Contact Us Form */
#contactUs{
	background:url(../backgrounds/contact.png) top center no-repeat;
	width:950px;
	height:1141px;
	color:#069;
}

#contactUs form{
	position:relative;
	top:115px;
	left:160px;
}

#contactUs input, #contactUs textarea{
	width:350px;		
}
#contactUs img{
	position:relative;
	top:120px;
	left:120px;
}

#contactUs h1{
	position:relative;
	top:120px;
	left:0px;
}

#footer input{
	height:50px;
	border:none;
}