/* elements */
body {
	background:#fff;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
}
h1{
	font-size:1.6em;
	color:#0f6735;
	margin:0;
	padding:0;
}
img, form, fieldset{
	border:0;
	margin:0;
	padding:0;
}
input, select, textarea{
	font-size:100%;
	font-family:inherit;
}
input, textarea{
	width:305px;
}
strong{
	color:#bb372d;
}
input.submit, input.radio{
	width:auto;
}
label{
	margin:0 0 2px 0;
	display:block;
}
/* divs */
#wrapper{
	width:800px;
	margin:0 auto;
	padding:0 0 2em 0;
	text-align:left;
	
}
#innerWrapper{
	background:url(images/header.jpg) top center no-repeat;
}
#header{
	height:104px;
}
#content{
	margin:0;
	padding:42px 0 0 124px;
	background:#fff url(images/sidebar_solid.jpg) top left repeat-y;
}
#contact{
	font-size:1.1em;
}
#formContainer{
	width:670px;
}
#contactForm{
	float:left;
	width:390px;
}
#imageContainer{
	float:left;
	width:261px;
	margin:135px 0 0 0;
}
.formItem{
	margin:0 0 10px 0;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */