/* Double 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 : 115px;
	padding : 15px 15px 15px 15px;
	margin-top : 140px;
	border-right : 2px solid White;
	width : 250px;
}

#col2 {
	background-color : Transparent;
	color : White;
	float: left;
	left : 250px;
	top : 115px;
	padding : 15px 15px 15px 15px;
	margin-top : 140px;
	width : 500px;
}
#footer {
   float: left;
	clear : left;
	padding : 15px 15px 15px 15px;
	border-top : 2px solid White;	
	width : 100%;
}

