html, body, h1, h2, h3, p, form {
	margin:0px;
	padding:0px;
}
html { 
	min-height: 100%;
	height: auto; 
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contact_us {
	background-image:url(/img/contact_us_bg.jpg);
	background-repeat:no-repeat;
	width:1000px;
	padding:67px 0px 40px 50px;
	color:#999999;
}
#contact_us h1 {
	font-size:150%;
}
#contact_us .row {
	margin:1em;
}
#contact_us .row label {
	text-align:left;
	font-weight:bold;
}
#footer {
	width:1000px;
	height: 39px;
	padding: 12px 0px;
	text-align: center;
	font-size:90%;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.row {
	display:block;
	margin-bottom:4px;
	clear:left;
}
	.row label {
		display:block;
		float:left;
		width:120px;
		text-align:right;
		padding-top:3px;
		margin-right:3px;
	}
