h1, h2, h3, h4, p, ul, li, a {
	margin: 0;
	padding: 0;
	outline: none;
	font-weight: normal;
}

body {
	background: #222;
	margin: 10px;
	text-align: center;
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.2em;
	line-height: 1.6em;
	margin-top: -.4em;
	text-align: center;
}

.right {
	float: right;
	clear: right;
	text-align: right;
}
.left {
	float: left;
	clear: left;
}
.clear {
	clear: both;
}

#header ul, #featured ul {
	list-style: none;
}

#wrap {
	background: url(asphalt.jpg);
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}

#header h2 a, #book-now, #the-event, #trail-rides, #the-sponsors, #street {
	text-indent: -999%;
	overflow: hidden;
}

#header {
	background: #FFF url(header.jpg);
	height: 210px;
	padding: 40px 50px;
	position: relative;
	font-size: 2.2em;
}
#header, #featured a, #footer h4 a {
	font-family: Impact;
	text-transform: uppercase;
}
#header h2, #header h2 a {
	width: 230px;
	height: 265px;
}
#header h2 {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -115px;
}
#header h2 a {
	display: block;
}
#header p {
	color: #A50;
}
#header ul {
	margin-top: 40px;
	line-height: 1.4em;
}
#header ul a {
	text-decoration: none;
	color: #555;
	padding: 0 .2em;
}
#header ul a:hover {
	color: #000;
}

#content {
	background: #FFF;
	padding: 20px 50px 0;
	overflow: auto;
}
#content img { margin-top: 5px; margin-bottom: 8px; }
#featured, .block {
	margin: 0 0 30px;
}

#featured {
	overflow: auto;
}
#featured img {
	background: url(asphalt.jpg);
	padding: 15px;
	float: left;
}
#featured ul {
	float: right;
	padding: 5px;
	background: #FD5;
}
#featured a {
	display: block;
	width: 200px;
	height: 54px;
	padding: 21px 0 0;
	background: url(button.png);
	font-size: 2.6em;
	text-align: center;
	text-decoration: none;
	color: #555;
}
#featured a:hover {
	background-position: 0 -75px;
	color: #000;
}


.block {
	background: #DDD;
	padding: 20px;
	position: relative;
	font-size: 1.3em;
	line-height: 1.4em;
}
.block ul {
	margin: .6em 3em;
}
.block2 { background: #ddd; padding: 20px; position: relative; font-size: 1.3em; line-height: 1.4em; text-align: left; }
.block2 ul {
	margin: .6em 3em;
}
.block2 h3{ text-decoration: underline; }
.half-width { width: 365px; float: left; text-align: left; height: 275px; }
.margin-right {
	margin-right: 30px;
}
.bold {
	font-weight: bold;
}
.highlight {
	color: #C50;
}
.pad-top {
	padding-top: 1em;
}

#book-now {
	background: url(book-now2.png);
	width: 255px;
	height: 67px;
	margin: -41px 0 -6px -42px;
}
#the-event {
	background: url(the-event2.png);
	width: 251px;
	height: 66px;
	margin: -37px 0 -8px -36px;
}
#trail-rides {
	background: url(trail-rides2.png);
	width: 415px;
	height: 75px;
	margin: -40px 0 -10px -47px;
}

#street {
	background: url(street.png);
	width: 415px;
	height: 75px;
	margin: -40px 0 -10px -47px;
}
#footer {
	clear: both;
	min-height: 235px;
	background: #FFF url(footer.jpg) no-repeat bottom center;
	padding: 40px 35px 15px;
	margin: -50px 0 0;
	text-align: center;
}
* html #footer { height: 250px; }
#the-sponsors {
	background: url(the-sponsors2.png);
	width: 590px;
	height: 67px;
	clear: both;
}
#footer img {
	border: 1px solid #CCC;
	margin: 1px 10px;
}
#footer h4 {
	padding: 10px 0 20px;
}
#footer h4 a {
	font-size: 2.6em;
	text-decoration: none;
	color: #444;
	padding: 0 .2em;
}
#footer h4 a:hover {
	color: #000;
}
#footer p {
	text-transform: uppercase;
	font-size: 1.9em;
	font-weight: bold;
	color: #A50;
}