@charset "ISO-8859-1";
#page {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#sidebar {
	float: right;
	width: 322px;
}
#sidebar h1 {
	font-size: 0.9em;
	color: #6F549B;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	margin: 10px 0 0 0;
}
#mainContent {
	margin: 0 340px 0 0;
}
#mainContent p {
	font-size: .8em;
	color: #666666;
}
#mainContent h1 {
	font-size: 1em;
	margin: 20px 0 10px 0;
}
#page p {
}
#runners {
	padding: 5px 15px;
	background-color: #EEEEEE;
}
 
