/* CSS Document 
BLUE #21374B
TAN #C0B49A
DK TAN #766A4F
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#766A4F;
	line-height: 1.166;		
}
h1{text-align:center; font-size:18px;font-weight:bold; text-transform:uppercase;}
h2{text-align:center; font-size:12px; font-weight:bold; text-transform:uppercase; margin-bottom:10px;}
.boldText{font-weight:bold;}
.raceTime{font-weight:bold; font-size:14px;}
.ital{font-style:italic;}

a {color:#766A4F; text-decoration:none;}
a:hover{color:#766A4F; text-decoration:underline;}
/***********************************************/
/*            Page Layout Divs                 */
/***********************************************/
#clearit{clear:both;}

#wrapper{
	position:relative;
	width:760px;
	background-color:#FFFFFF;
	margin:20px auto;	
}

#header{}
#content{padding:15px; background-image:url(images/contentback.jpg)}
#run{float:left;width:340px;}
#cycle{float:right;width:350px;}

#challenge{
	padding:15px;
	background-color:#C0B49A;
	border-top:5px solid #FFFFFF;	
}



#footer{
	padding:15px;
	background-color:#21374B;
	border-top:5px solid #FFFFFF;
	color:#FFFFFF;
}


