/** Body **/

	html, body {
		height:100%;
		background: #3b2b20 url(../images/bg.jpg) repeat center top;
	}

	body, font {
		margin:0; padding:0;
		font: .9em/1.4em "Times New Roman", serif;
		text-align: center;
		color:#fff;
	}
	
	#container {
		width: 980px;
		margin:0 auto;
		background: url(../images/bg_container.jpg) repeat left top;
		padding: 10px 0 1px;
	}

	#top {
		margin:0 auto;
		background: url(../images/bg_top.jpg) repeat left top;
		height: 16px;
	}

	#bottom {
		margin:0 auto;
		background: url(../images/bg_bottom.jpg) repeat left top;
		height: 16px;
	}
		
	#header {
		text-align: left;
		background: url(../images/bg_header.jpg) no-repeat left top;
		height: 300px;
		width: 960px;
		margin: 0 auto 10px;
		overflow: hidden;
		border-top: 1px solid #362b21;
		border-bottom: 1px solid #362b21;		
	}

	#main {
		text-align: left;
		width: 960px;
		margin: 0 auto 10px;
		overflow: hidden;
	}

	#left {
		width: 725px;
		float: left;
		background: url(../images/bg_main.jpg) repeat left top;
		border-top: 1px solid #362b21;
		border-bottom: 1px solid #362b21;
		margin-right: 10px;
	}

	#right {
		width: 225px;
		float: left;	
	}
	
	.sidebar {
		width: 225px;
		background: url(../images/bg_main.jpg) repeat left top;
		border-top: 1px solid #362b21;
		border-bottom: 1px solid #362b21;
		margin-bottom: 10px;	
	}

	.last {
		width: 225px;
		background: url(../images/bg_main.jpg) repeat left top;
		border-top: 1px solid #362b21;
		border-bottom: 1px solid #362b21;
		margin-bottom: 0;	
	}
	
	#sponsors {
		text-align: left;
		background: url(../images/bg_main.jpg) repeat center top;
		width: 960px;
		margin: 10px auto;
		overflow: hidden;
		border-top: 1px solid #362b21;
		border-bottom: 1px solid #362b21;		
	}

	#footer {
		text-align: center;
		width: 960px;
		margin: 10px auto 0;
		overflow: hidden;	
	}
	
	.logo {
		float: left;
		margin-top: 0.75em;
	}
	
	.header-bar {
		margin: 0 1.25em;
		width: 200px;
		height: 40px;
		padding-top: 60px;
	}
		
/* Padding */

	#left-inner, #sponsors-inner, #footer-inner {
		padding: 0.5em 1.5em 1em;
	}
	
/* Headings & Hyperlinks */

	h1 {
		font: 1.6em "Tw Cen MT", Arial, sans-serif;
		color:#ffc20e;
		font-weight: bold;
		text-transform: uppercase;
		
	}

	h2 {
		font: 1.2em "Tw Cen MT", Arial, sans-serif; 
		color:#ffc20e;
		text-transform: uppercase;
	}

	h3 {
		font: 1em "Tw Cen MT ", Arial, sans-serif;
		color:#ffc20e;
	}
	
	a:link, a:visited { color:#ffc20e; text-decoration:none; outline:none;}
	a:hover, a:active { color:#ffc20e; text-decoration:underline; outline:none;}	
	
	#header a:link, #header a:visited { color:#fff; text-decoration:none; outline:none;}		
	#header a:hover, #header a:active { color:#fff; text-decoration:underline; outline:none;}		

/* Images */

	.image {
		padding: 2px;
		background: transparent;
		border: 1px solid #8a6908;
	}
		
/* Footer */

	#footer ul {
		padding: 0.5em 0 0 0;
		margin: 0;
		}
	
	#footer li {
		display: inline;
		padding: 0 1px 0 4px;
		border-left: 1px dotted #1d140f;
		}
	
	#footer li.first { border: none; padding-left: 0;}	
	
/* Navigation */

	#navigation {
		margin: 0 auto; 
		padding: 0;
		height: 120px;
		color: #ffffff;
		width: 980px;
		position: relative;
		}

	#navigation ul {
		list-style-type: none;
		} 

	#nav {
		font: 1.2em "Tw Cen MT", Arial, sans-serif; 
		font-weight: normal;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		}
		
	#home #nav li.home a, #about #nav li.about a, #course #nav li.course a, 
	#riders #nav li.riders a, #volunteer #nav li.volunteer a, 
	#results #nav li.results a, #register #nav li.register a {
		color:#fff;
		background: url(../images/bg_container.jpg) repeat left top;
	}
	
	#nav a {
		display: block;
		text-decoration: none;
		padding: 10px 14px;
		color:#ffc20e;
	}

	#about #nav li.about ul li a, #riders #nav li.riders ul li a {
		color:#ffc20e;
		background: none;
	}

	#about #nav li.about ul li a:hover, #riders #nav li.riders ul li a:hover {
		color:#ffffff;
	}
		
	#nav a:hover {
		color:#ffffff;
	}
	
	#nav ul {
		list-style-type: none;
		padding: 0;	margin: 0;
	}

	#nav li {
		float: left;
		padding: 0;
		color:#ffc20e;
	}

	#nav li ul {
		font-size: 80%; 
		font-weight: normal;
		text-transform: none;
		position: absolute;
		left: -999em;
		height: auto;
		width: 14.4em;
		w\idth: 13.9em;
		font-weight: normal;
		margin: 0;
		text-align: left;
		margin-bottom: 6px;
	}

	#nav li li {
		padding: 0 1.5em 0 0;
		width: 12.9em;
		background: url(../images/bg_container.jpg) repeat left top;
		border: none;
	}

	#nav li ul a {
		width: 12.9em;
		w\idth: 12.9em;
	}

	#nav li ul ul {
		margin: -1.75em 0 0 14em;
	}

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}

	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
		left: auto;
	}

	#nav li:hover {
		background: url(../images/bg_main.jpg) repeat left top;
		border: none;
	}
	
	#nav ul li ul li:hover {
		background: url(../images/bg_main.jpg) repeat left top;
	}
	
	#nav li.sfhover {
		background: url(../images/bg_main.jpg) repeat left top;
	}

/* Sidebar Navigation */

	#right h3 {
		text-decoration: none;
		padding: 0.75em 1.25em;
		margin: 0;
		background: url(../images/bg_sidebar.jpg) repeat left top;
		color:#ffc20e;
		text-transform: uppercase;
	}

	#right ul {
		padding: 0; margin: 0;
		list-style-type: none;
	}

	#right li {
		text-decoration: none;
		padding: 1em 0.75em 0.75em 1.5em; margin: 0;
		list-style-type: none;
		border-top: 1px dotted #362b21;
	}


/* Table */

	table.results, .results td, .results th {
		border-color: #8A6908;
		border-style: solid;
	}

	table.results {
    	border-width: 0 0 1px 1px;
    	border-spacing: 0;
    	border-collapse: collapse;
		border: 2px solid #785800;
		margin: 1em 0 2em;
	}

	.results td, .results th {
    	margin: 0;
    	padding: 5px;
    	border-width: 1px 1px 0 0;
		background: url(../images/bg_sidebar.jpg) repeat center top;
		text-align: center;
	}

	th {
		color:#ffc20e;
	}
	
	
	.results td {
		text-align: left;
	}
	
	.results ul {
		margin-left: 2.25em;
	}