div#global_wrapper { background-position: center 120%; }

h4 { margin-bottom: 10px; }

/* Main Content */
div#content {
	background: #fff url(../css/content_wrapper.png) repeat-x left 127%;
	padding-top: 10px;
	padding-bottom: 30px;
}
	div#content_top { background: url(../css/content_1col_bg.gif) no-repeat right top; height: 12px; position: absolute; left: 5px; top: 0; width: 900px; }

h4 { margin-bottom: 10px; }

/* Contact information */
div#contact-info { 
	clear: both;
	float: left;
	margin: 0 10px 0 0; 
	width: 48%;
}
	div#contact-info h3 { 
		color: #b93800;
		font-size: 1.6em; 
		font-weight: normal; 
		margin-bottom: 5px;
	}
	div#contact-info div { 
		color: #6c5932; 
		float: left;
		height: 150px; 
		margin: 0 5px 0 0; 
		width: 200px;
	}

/* Forms */
div#content form#contact { 
	border: 0;
	clear: none; 
	float: left; 
	padding: 0; 
	width: 48%; 
}
div#content form#contact fieldset { 
	border: 0;
	padding: 0 10px;
}
div#content form#contact label { 
	width: 120px;
}

/* Errors */
div#content form label.error { color: red; font-weight: bold; margin-left: 0px; width: 100%; }