body{background-color:#666666;
}

/*Container*/
#container
{
width: 800px;
border: 3px solid #e1e1e1;
border-top: 3px solid black;
background-color: #ffffff;
}


/*Banner*/
#header
{
	width:100%;
	height:200px;
	background-image: url(images/hometitle.jpg);
}
#headerevent
{
	width:100%;
	height:200px;
	background-image:url(images/endurotitle.jpg);
}
#header1
{
	width:100%;
	height:200px;
	background-image: url(images/road_title.jpg);
}

#header2
{
	width:100%;
	height:200px;
	background-image: url(images/Motorbike_Title.jpg);
}

/*Navigation*/
#navbar {
	width: 100%;
	height: 35px;
	background-color:#e1e1e1;
	text-align: left;
	padding-top: 10px;
}

ul#navlist{
	width:100%;
	position: absolute;
	margin-left:0;
	padding-left:0;
}

#navlist li {
	list-style-type:none;
	display:inline;
	color:#003300;
	font-family: Arial,verdana, sans serif;
}

#navlist a
{ 
	padding: 1em;
	
}

#navlist a:link, #navlist a:visited
{
	font-size:.8em;
	color:#003300;
	text-decoration:none;
}

#navlist a:hover 
{
	color:#003300;
	text-decoration:none;
	font-weight:bold;
}
#active{
	font-weight:bold;
}
/*Main Content*/
#content
{
float: left;
width: 93%;
margin-left: 3%;
margin-right: auto;
background-color: #ffffff;
margin-top: 10px;
margin-bottom: 2em;
text-align:justify;
 }
img{
 margin: 5px;
 display: block;
 border: 1px solid #333333;
 text-align: center;
 border:none;
 }
.left{
	float:left;
	margin:0 10px 10px 10px;
}
.right{
	float:right;
	margin:0 10px 10px 10px;
}
.tleft{
	float:left;
	margin:0px 10px 10px 0px;
}
.lleft{
	float:left;
	width:310px;
	margin:0;
	padding:0;
}
.clear{
	clear:both;
	margin-bottom:20px;
}
.clear1{
	clear:both;
}
#noborder img{border:none}

h1 {
	font-size:1.2em; 
	font-family: verdana, arial, arial black, sans serif;
	color: #666666;
	text-align: center;
	margin:0px;
	padding:0px;
	}

 h2 {
	font-size:.9em; 
	font-family: verdana, times new roman, serif;
	color: #990000;
	text-align: center;
		margin-top:0px;
	padding:0px;

	}

h3 {
	font-size:.8em;
	font-family: verdana, arial, arial black, sans serif;
	color: #990000;
	text-align: left;
	font-weight: bold;
	margin:0;
	}
.gray{
	color:#666666;
}
.header{
	background-color:#006633;
	display:block;
	color:white;
	font-weight:bold;
	padding:3px 0px 3px 10px;

}
.name{
}
.black{
	color:black;
}
.red{
	color:red;
}
.green{
	color:green;
}
.blue{
	color:blue;
}
p{
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	margin-top:0;
	
	}
#content
ul li{
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	font-weight:bold;
	list-style-type: square;
	}
#content
ol li{
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	line-height:130%;
	list-style-type: roman;
	margin: 10px;
	}	
#content
a {
	font-size:.9em;
	color: #990000;
	text-decoration: none;
	
	}
	
#content
a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

table{
	width:100%;}

	

tr{
	vertical-align:top;
	
	}

td{
	
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	text-align: left;
	display:inline;
	}

th {
	font-size:1em; 
	font-family:Arial, Helvetica, sans-serif;
	color: #336666;
	text-align: center;
	}
img{
	border:none;
}
.pictd{
	text-align:center;
	font-weight:bold;
	color:#666666;
	margin:0;
	font-size:.8em;
	font-family: Arial, Helvetica, sans-serif;
}
td a{
	text-decoration: none;
	
	}


/*Footer*/

#footer
{
clear: both;
background-color:#e1e1e1;
border-top: 2px solid #666666;
}



#footer p{
	text-align: center;
	font-size:.7em; 
	font-family: Arial,verdana, sans serif;
	color: #003300;
	letter-spacing:.1em;
	}
#footer
 h1 {
	font-family: georgia, verdana, times new roman, serif;
	color: #003300;
	font-size:small; 
	font-weight: bold;
	
	}

#footer
a {
	font-size: .8em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	}
	
#footer
a:hover {
	color: #990000;
	text-decoration:underline;
	
	}