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

#container {
	margin: 10px auto;
	text-align: left;
	width: 800px;
}
#main {
	width: 800px;
	background-image:url(images/background.jpg);
	
}
/******************** header ********************/
#header {
	width:750px;
	height:303px;
	margin-left:25px;
	background-color:#a5cae5;
}

#title_image {
	margin: 25px 0px 25px 25px;
	display:inline;
	float:left;
}

#title {
	vertical-align: top;
	margin: 0px 35px 0px 35px;
	font-size: 60px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	float:left;
}
	


#title {
	vertical-align: top;
	margin: 20px 35px 0px 175px;
	font-size: 60px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	float:left;
}	
	

#nav {
	width:750px;
	height:22px;
	margin: 2px 0px 2px 25px;
	background-color:#a5cae5;
	padding: 3px 0px 3px 0px;
}
#nav ul {
}
#nav li {
	display:inline;
	float:left;
	background-color:#245882;
	width:120px;
	height:22px;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}
/******************** Content ********************/
p, h1, h2, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:750px;
	margin-left:25px;
	background-color:#a5cae5;
}
#left {
	float:left;
	width:390px;
	display:inline;
	margin: 20px 0px 30px 20px;
}


#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
/*
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
*/

#news {
	font-size: 18px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}

#news_head {
	font-size: 14px;
	color: #052d4e;
	display:inline;
	font-weight:500;
}

#news_article{
	margin: 0px 0px 20px 15px;
}

#rider_picture {
	margin:0px 3px 3px 0px;
	width:195px;
	height:146px;
}

#rider_name {
	margin: 0px 0px 0px 50px;
	font-size:40;
	font-weight: 400;
}

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

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

#spon_name{
	font-size:20;
}

#spon_dis {
	padding:0px 0px 20px 0px;
	text-indent: 10px
}


#right {
	float:right;
	width:260px;
	background-color:#397eb7;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right h1{
	font-size: 20px;
	font-weight:900;
	color: #000000;
	padding: 0px 0px 18px 0px;
}
#right h2{
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 10px 0px;
}
#right h3{
	font-size: 12px;
	color: #ffffff;
	padding: 0px 0px 10px 0px;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	color:#FFFFFF;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}
.clear{
	clear:both;
}


