
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:999999;
	text-align: center;
}

#container {
	margin: 10px auto;
	width: 800px;
	text-align: left;
	border: 5px;
}
#main {
	width: 800px;
}

/******************** header **********003300**********/
#header {
	width:800px;
	height:228px;
	background-color:#FF9900;
	padding: 0px 0px 5px 0px;
}

#cont {
	display:inline;
	width:800px; 
	height: 20px;
	float:right; 
	background-color:FF9900;
	margin: 0px 0px 0px 0px;
}

#title {	
	color:000000;
	font-size: 60px;
	font-weight: 900;
}

#nav {
	color: ffffff;
	width:800px;
	height:25px;
	background-color:#FF9900;
}

/******************** Content ********************/
p, h1, h2, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	color:000000;
	width:800px;
	background-color:#FF9900;
	
}
/*
table {
	border-color: 9900cc;
<FONT COLOR=00ffff>
}
*/
#left {
	float:left;
	width:440px;
	min-height: 340px;
	display:inline;
	margin: 15px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	background-color:ffffff;
	outline: 3px solid #B35800;
}

#featured {
	color:000000;
	font-size: 20px;
	font-weight: 900;

}

#pictures 	{
	float:left;
	width:770px;
	display:inline;
	margin: 15px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	background-color:ffffff;
}
#right {
	float:right;
	width:200px;
	display:inline;
	margin: 15px 75px 10px 0px;
}

#image_table1 {
	width:440px;
	display:inline;
	margin: 0px 75px 0px 10px;
	float:left;
	display:inline;
}

.image_table {
	border-style:solid;
	border-color: B34000;
	border-width:4px;
}



#sub_title {
	font-size:20;
	color:ffffff;
	font-weight: bold;
	background-color: #B34000;
}
#top_link {
	color:0000ff;
	font-size:12;
}
#stat {
	font-size:15;
	color:cc3333;
	font-weight: 900;
}

#info {
	font-size:15;
	color:000000;
}
/*

size=2 color="blue"


#name {
	color: 000000;
	font-size: 20px;
	font-weight: 600;
}
*/
#name { 
	color: 007B49;
	font-size: 20px;
	font-weight: 500;
}

#name:hover {
	color: BFFFE5;
	font-size: 20px;
	font-weight: 900;
}


#rider_stat_name {
	font-size:13;
	font-weight: 400;
}

#rider_stat_value {
	font-size:13;
	font-weight: 900;
}

/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	margin: 0px 0px 10px 0px;
	background-color: 56a4cf;
	background-image: url(images/footer/footer.jpg);
}


.clear{
	clear:both;
}



