/* Single 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 {
   float: left;     	
	left : 0px;
	top : 150px;
	padding : 15px 15px 15px 15px;
	margin-top : 140px;
	width : 750px;
}

#footer {
   clear: left;
   float: left;   
	padding : 15px 15px 15px 15px;	
	border-top : 2px solid White;	
	width : 100%;	
}
ul.stepped {
	font-family : Arial, Helvetica, sans-serif;
}

ul.stepped li {
	padding-bottom : 15px;
}