@charset "UTF-8";
/* CSS Document */

#mainBody {
	position: relative;
	text-align: center;
	width: 100%;
	height: 700px;
	}
	
#AboutmainBody {
	position: relative;
	text-align: left;
	width: 890px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	padding-left: 40px;
	height: 725px;
	padding-top: 10px;
	}
	

#AboutmainBody a:link, #AboutmainBody a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #9C3022;
	text-decoration: underline;
	}
	
	

#homeColA {
	position: absolute;
	width: 250px;
	top: 530px;
	left: 50px;
	}
	
#homeColB {
	position: absolute;
	width: 310px;
	left: 345px;
	top: 530px;
	}
	
#homeColC {
	position: absolute;
	width: 310px;
	left: 647px;
	top: 530px;
	}
	
/* start John's footer fix */
#left_col{
float:left;
width:250px;
margin-right:0;
padding:0;
}
#col_container{
float:right;
padding:0;
}
#middle_col{
float:left;
width:250px;
margin-left:0px;
padding:0;
}
#right_col{
float:right;
width:250px;
margin-left:0px;
padding:0;
}

/* end John's footer fix */