/* designed by Ben Smith of the Website Guys*/
*{
padding:0;
margin:0;
}

body {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size:100%;
background-image: url(images/background.png);
background-repeat: repeat;
}

#container {
background-color:#FFC;
margin: auto;
width: 940px;
text-align: left;
border: solid 1px black;
}

#header {
position: relative;
height: 300px;
background: url(images/header.jpg) no-repeat;
}

h1 {
text-indent: -9999px;
}

h2 {
padding: 10px 0 0 30px;
color:#F60;
}

h3 {
	padding: 5px 0 10px 30px;
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
text-decoration: none;
color:#0283bb;
}

a:hover {
text-decoration: underline;
}

p {
color: #43433f;
line-height: 21px;
}

li {
list-style: none;
}

#header small {
position: absolute;
top: 100px;
left: 80px;
}

#nav { 
background-image:url(images/nav_bg.gif);
background-repeat:repeat-x;
border-top: 1px solid black;
border-bottom: 1px solid black;
overlfow: hidden;
height: 40px;
margin: 0 0 0px 0;
padding: 0 0 0 30px;
}

#nav li {
float: left;
line-height: 40px;
border-right: 1px solid #aab391;
padding: 0 2em;
color: white;
}

#nav li a {
color: white;
}

.selected {
color:#FC3;
}

#nav li a.first {
padding-left: 0;
}

#nav li a.last {
border-right:none;
}

#content {
position: relative;
margin-bottom: 20px;
clear:both;
}

#content p {
	font-size: 80%;
	padding-left: 30px;
	padding-right:30px;
	text-align: left;
}

#footer { 
clear:both;
background-image:url(images/nav_bg.gif);
background-repeat:repeat-x;
border-top: 1px solid black;
overlfow: hidden;
height: 35px;
padding: 5px 0 0px 160px;
}

#footer li {
float: left;
line-height: 20px;
color: white;
font-size: 90%;
font-family: Arial, Helvetica, sans-serif;
}

#footer li a {
border-right: 1px solid #aab391;
padding: 0 .8em;
color: white;
font-family: Arial, Helvetica, sans-serif;
}

#footer li a.last {
	border-right:none;
}

#footer li a.last2 {
	border-right:none;
	padding:0px;
}

/* race info page */
#lcol {
	width:190px; 
	float:left; 
	margin:0 0 0 30px;
}
#rcol {
	width:400px; 
	float:left; 
}

#lcol p.lc {
	font-size: 80%;
	font-weight:bold;
	padding: 0px;
	text-align: left;
}

#rcol p.rc {
	font-size: 80%;
	padding: 0px;
	text-align: left;
}

#info{
	float:left;
	width:270px;
	margin-left: 20px;
	background-color:#06C;
	padding-top:5px;
	padding-bottom:5px;
	color: #00F;
	border: solid 1px black;
}

#container #content #info p {
	color: #FFF;
	font-size: 14px;
	text-align:center;
}
#container #content #info p topic {
	font-size: 20px;
	font-weight:bold;
}