/* Three Column Stylesheet for Croft Training */

#headercontainer {
	background-color : White;
	color : Black;
	position : absolute;
	left : 0px;
	top : 0px;
	height : 120px;
	width : 100%;
}

#header {
	background-color : Transparent;
	color : Black;
	width : 750px;
	padding : 5px 5px 0px 5px;
	background-image: url(../images/chris_croft_faint.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#col1 {
	background-color : Transparent;
	color : White;
	float: left;
	left : 0px;
	top : 150px;
	padding : 15px 15px 15px 15px;
	margin-top : 140px;
	border-right : 2px solid White;
	width : 250px;
}

#col2 {
	background-color : Transparent;
	color : White;
	float: left;
	left : 233px;
	top : 160px;
	padding : 15px 15px 15px 15px;
	margin-top : 140px;
	border-right : 2px solid White;
	width : 250px;
}

#col3 {
	background-color : Transparent;
	color : White;
	float: left;
	left : 467px;
	top : 150px;
	padding : 15px 15px 15px 15px;
	margin-top : 140px;
	width : 250px;
}

#footer {
   clear: left;
   float: left;   
	padding : 15px 15px 15px 15px;	
	border-top : 2px solid White;	
	width : 100%;	
}

p.float {
position: absolute;
margin-top: -50px;
margin-left: 30px;
}
