html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #DBDBDB;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
p {
	margin: 0.5em 0px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #eee;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #000;
	font: 11px arial, sans-serif;
	text-align: center;	
}
#menucontainer{
}
#menu{
}
#logo{
	background: 0px 0px url(images/header.jpg) no-repeat;
	background-position: center top;
	position: relative;	
	width: 970px;
	height: 154px;
	margin: 0px 0px 0px 0px;
}
#logohome{
	background: 0px 0px url(images/header_home.jpg) no-repeat;
	background-position: center top;
	position: relative;	
	width: 969px;
	height: 154px;
	margin: 0px 0px 0px 0px;
}
#home{	
	background: 0px 0px url(images/home.jpg) no-repeat;
	background-position: center top;
	position: relative;	
	width: 970px;
	height: 588px;
	margin: 0px 0px 0px 0px;
}
#results{
	margin: 15px 0px 15px 0px;
	width: 969px;
}
div.results{	
	border: solid 1px red;
	margin: 15px 0px 15px 0px;
	width: 100%;
}
#team{
	margin: 15px 0px 15px 0px;	
	width: 969px;
}
div.team img{
	border-width: 2px;
	border-color: red;
	border-style: solid;	
}
#rider{
	margin: 15px 0px 15px 0px;
	border: solid 1px red;
	margin: 15px 0px 15px 0px;	
	width: 969px;
}
div.rider{	
	border: solid 1px red;
	margin: 15px 0px 15px 0px;
	width: 100%;
}
#contact{
	margin: 15px 0px 15px 0px;
	width: 969px;
	text-align: left;
}
#footer{
}

#sponsors{

}
