/* contact.css */

#content{
	padding:30px;
	height:400px;
}

.contact h1{
	background:url(../images/contact-us.jpg) top left no-repeat;
	text-indent:-9999px;
	height:40px;
	width:400px;
	margin-left:15px;
}

#contactform{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	line-height:30px;
}