﻿#contentheader {
	margin:0;
	padding:0;
}

#contentheader p {

}

#contentheader h1 {
	padding:10px 0px 5px 5px;
}

#container3 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	/*background:red; column 3*/
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:200px;
	/*background:blue; column 2*/
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:200px;
	/*background:green; column 1*/
}
#col1 {/*border: 1px solid #7f9db9;*/
	float:left;
	width:180px;
	position:relative;
	left:410px;
	overflow:hidden;
	min-height:500px;
}
#col2 {/*border: 1px solid #7f9db9;*/
	float:left;
	width:390px;
	position:relative;
	left:420px;
	overflow:hidden;
	min-height:500px;
}
#col3 {/*border: 1px solid #7f9db9;*/
	float:left;
	width:160px;
	position:relative;
	left:430px;
	overflow:hidden;
	min-height:500px;
}

#contentfooter {
	clear:both;
	float:left;
	width:100%;
}
#contentfooter p {
	margin-left:2%;
	padding-right:2%;
}
