﻿#contentheader {
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
}

#contentheader p {
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
}

#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	/*background:#ffa7a7; column 2*/
}

#container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
	/*background:#fff689; column*/
}

#col1 {/*border: 1px solid #7f9db9;*/
	float:left;
	width:50%;
	position:relative;
	left:51%;
	overflow:hidden;
	min-height:500px;	
}

#col2 {border-left: 1px solid #fff;/*border: 1px solid #7f9db9;*/
	padding:0 0 0 10px;
	float:left;
	width:44%;
	position:relative;
	left:52%;
	overflow:hidden;
	min-height:500px;
	
}

#contentfooter {
	clear:both;
	float:left;
	width:100%;
}
#contentfooter p {
	margin-left:2%;
	padding-right:2%;
}