@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
}

#container {
	min-height: 800px;
	width: 1004px;
	margin: auto;
	padding: 47px 0 0 0;
	background-color: #FFF;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#border {
	width: 1000px;	
	margin: auto;
}

#content_left {
	width: 209px;
	float: left;
}

#content_right {
	width: 791px;
	float: right;	
}

#main_content {
	width: 900px;
	padding: 30px 50px 0 50px;
	margin: 0;
	background-image: url(../img/content_fill.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#main_content h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}

#main_text {
	width: 900px;
	float: left;
}

#main_image {
	background-color: #CCC; /* TEMP */
	width: 230px;
	margin: 17px 0 0 0;
	float: right;
}

#contact_left {
	width: 440px;
	float: left;
}

#contact_right {
	width: 440px;
	float: right;
}

#footer {
	width: 1000px;
	margin: 0 auto 0 auto; /* -50px on top when done */
	padding: 70px 0 0 0;
	text-align: center;
	background-image: url(../img/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#seo {
	width: 1000px;
	margin: auto;
	padding: 0;
	text-align: center;
	background-color: #FFF;
}
.clearBoth {
	width: 100%;
	height: 0px;
	clear: both;	
}
