body
{
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) top left repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.6em;
	color: #E5E5E5;
}

h1
{
	font-family: verdana, arial, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #FFCC00;
	padding: 0 0 4px 0;
	margin: 0;
}

h2
{
	font-family: verdana, arial, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #FD6703;
	padding: 0 0 4px 0;
	line-height: 1.1em;
}

h3
{
	font-family: verdana, arial, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #FFF;
	background-color: #343434;
	padding: 3px 30px;
	margin: 0;
	line-height: 1.6em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

h4
{
	font-weight: bold;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #FAAF7D;
}

a:hover
{
	color: #FD6703;
}

img
{
	padding: 0;
	margin: 0;
	border: 0;
}

img.bike
{
	margin: 0;
	padding: 0;
}

img.trophies
{
	position: relative;
	bottom: -84px;
}

img.left
{
	float: left;
	padding-right: 6px;	
}

img.right
{
	float: right;
	padding-left: 6px;
}

ul
{
	list-style-image: url('../images/bullet.gif');
	list-style-position: inside;
}

p.center
{
	text-align: center;
}

#container
{
	width: 960px;
	margin: auto;
	background: #000 url(../images/bk_2column.jpg) top left repeat-y;
}

#nav
{
	margin: 0 0 0 250px;
	padding: 0;
	background: url(../images/bk_nav.jpg); 
	background-position:bottom left; 
	background-repeat: repeat-x;
}

#nav ul
{
	padding: 0;
	margin: 0;
	background-position: bottom left; 
	float: left;
	width: 100%;
	z-index: 100;
	position: relative;
	top: -86px;	
}

#nav ul li 
{ 
	display: inline;
}

#nav ul li a
{
	padding: 3px 10px;
	background: url(../images/bk_nav.jpg); 
	background-position:bottom left; 
	background-repeat: repeat-x;
	color:#000; 
	text-decoration:none;
	font-weight:bold; 
	float: left;
	border-right: 1px solid #fff;
	border-right-style: dotted;
}

#nav ul li a:hover
{
	background: url(../images/bk_nav.jpg); 
	background-position:top left; 
	background-repeat: repeat-x;
}

#content
{
	width: 600px;
	padding: 0 30px 30px 30px;
	float: left;
}

#content h3
{
	text-align: center;
}

#RHS 
{
	width: 294px;	
	float: right;
	padding: 0;
	margin: 0;
	position: relative;
	top: -82px;
}

#RHS p
{
	padding: 3px 30px;
}

#RHS a:link, #RHS a:visited
{
	color: #E5E5E5;
}

#RHS a:hover
{
	color: #999;
}



#gallery
{
	height: 400px;
	display: block;
	clear: both;
}

#footer
{
	clear: both;
	padding: 3px 30px 40px 3px;
	background: url(../images/bk_footer.jpg); 
	color: #999999;
	font-weight:bold;
	font-size: 80%;
}

#footer a:link, #footer a:visited, #footer a:hover
{
	text-decoration: underline;
	color: #999;
}

#flashcontent
{
	display: block;
	width: 1000px;;
}

/* Forms */

form
{
	padding: 20px 0;
	border:0;
        background: #666 url(../images/bk_form.jpg) bottom left repeat-x;
	border: 1px solid #999;
	margin: 0;
}

legend.contact
{
	font-size: 80%;
	color: #E5E5E5;
}

fieldset.contact
{
	border: 0;
}

input.contact, option.contact
{
	color: #1a1a1a;
	font-weight: bold;
	border: 1px solid #000;
        background: url(../images/buttonbk.jpg);
}

input.contactf, textarea.contactf, option.contactf
{
	font-size: 125%;
	color: #1a1a1a;
	border: 1px solid #000;
	width: 250px;
	padding: 3px;
}

textarea.contactf
{
	width: 410px;
}

label.contact
{
	color: #E5E5E5;
	font-weight: bold;
        display: block;
	float: left;
	text-align: right;
	width: 120px;
	margin: 1px 10px 10px 0;
}

input.contact, textarea.contact
{
	margin: auto;
	margin-top: 6px;
}

br.form
{
	clear: left;
}

div.block
{
	display: block;
	clear: both;
	padding: 20px 0;
}

.highlight
{
    color: #FFCC00; 
}