body {
	background: url(img/bodyBg.jpg) top left repeat-x #EBEBEB;
	margin:0;
}
div.header {
	background: url(img/headerBg.jpg) top center no-repeat;
	height:200px;
}
div.content {
	margin-top:-30px;
}
h2 {
	margin-bottom:0;
	color:#336600;
	text-transform:lowercase;
}
h3 {
	line-height:1.5em;
}
a:link, a:visited {
	text-decoration:none;
	color: #E33A20;
}
a:hover, a:active {
	text-decoration:underline;
}
ul {
	margin-top:0;
}
#schedule dt {
	width: 60px;
	float:left;
}
#schedule dd {
	margin-left: 65px;
}
#faq dd {
	margin: 0 0 1em 0;
}
p, ul, dl {font-size:1.2em;}
div.register {
	padding: 1em;
	background: url(img/registerBg.jpg) top right no-repeat #E33A20;
}
div.register h2, div.register p, div.class h2, div.class p {
	color:#FFF;
}


div.register a:link, div.register a:visited, div.class a:link, div.class a:visited {
	color:#DDD;
	font-weight:bold;
	text-decoration:underline;
}
div.register a:hover, div.register a:active, div.class a:hover, div.class a:active {
	color: #FFF;
}
div.class {
	padding:1em;
	margin-top:1em;
	background-color: #8F8F8F;
}
div.class h2 {
	line-height:1em;
	margin-bottom:.5em;
}
div#footerWrap {
	background: url(img/footerBg.jpg) top left repeat-x #FFF;
	margin: 10px 0 0 0;
	padding: 30px 0 20px 0;
}
img.sponsor {
	border:0;
}
img.icon {
	margin: 0 0 0 5px;
	float: none;
}

/* after race styling */
div.afterRace {
	background-color: #ddd;
	border: 1px solid #ccc;
	margin: 0 0 2em 0;
	padding: 1em;
	text-transform: none;
}
div.afterRace h3 {
	margin-bottom:1em;
	color:#336600;
	font-size:1.6em;
	text-align:center;
}
div.afterRace h3 span {
	font-size:1.25em;
}
div.afterRace h4 {
	color:#336600;
	font-size:1.6em;
	margin:0;
}
.content p, .content ul, .content dl {
	color: #aaa;
}
.content h2 {
	color:#669933;
}
