/* SoH - Base CSS */
body {
	background-color:#333; margin:10px 0; text-align:center;
	background-image:url(/img/bg.gif); background-repeat:no-repeat; background-position:top center;
}
body, h1, h2, h3, h4, a, div, input, textarea {	font-family:verdana,helvetica,arial; font-size:11px; text-decoration:none; color:#000;	}
h1, h2, h3, h4, a.h1, a.h2, a.h3, a.h4 {	margin:0px; padding:0px; font-weight:bold;	}
h1, a.h1 {	font-size:1.5em; margin-bottom:3px;	}
h2, a.h2 {	font-size:1.3em; margin-bottom:3px;	}
h3, a.h3 {	font-size:1.1em;	}
a {	color:#000;	}
a:hover { color:#fff; }
* {	margin:0; padding:0;	}
.breaker { overflow:hidden; height:1px; clear:both; font-size:1px; }

div#container {	width:683px; margin:0 auto;	}
div#ads { width:468px; height:70px; margin:0; float:left; }
div.logo, div.menu, div.content {	background-repeat:no-repeat; width:683px;	}
div.logo {	background-image:url(/img/logo.gif); height:80px;	}
div.menu.links { background-image:url(/img/bg_menu.gif); height:16px; margin:0; padding-left:55px; }
div.menu#top { background-image:url(/img/bg_menu_top.gif); height:11px; font-size:1px; }
div.menu#bottom { background-image:url(/img/bg_menu_bottom.gif); height:8px; font-size:1px; }
.menu.links a {
	color:#888; font-size:11px; font-weight:bold;
	display:block; float:left; width:auto; padding:1px 9px 2px 1px;
}
.menu.links a:hover { color:#ddd; }
/* Active menu*/
body.home .menu a#home, body.news .menu a#news, body.riders .menu a#riders, body.pictures .menu a#pictures, body.clips .menu a#clips, body.sponsors .menu a#sponsors, body.contact .menu a#contact, body.guestbook .menu a#guestbook {	color:#fff;	}

div.content {	background-image:url(/img/bg_content.gif); background-repeat:no-repeat; margin-top:3px; padding-bottom:9px;	}
div.contbott {	background-image:url(/img/bg_content_bottom.gif); background-repeat:no-repeat; height:11px;	}
div.content div.main {	padding-top:20px; margin:0 20px 0 25px; text-align:left;	}

.hsep {	height:5px; margin-top:5px; background-image:url(/img/sep_horz.gif); background-repeat:repeat-x; background-position:top left;	}
.dsep {	height:5px; margin-top:5px; background-image:url(/img/sep_dark.gif); background-repeat:repeat-x; background-position:top left;	}

.ingress {	font-size:12px; margin-top:3px;	}

div.copy, a.copy {	color:#666; font-size:9px;	}
div.copy {	float:right;	}

.columns3 {}
.col1, .col2, .col3 {	float:left;	}
.columns3 .col1 {	width:260px; margin-right:10px;	}
.columns3 .col2 {	width:198px; border:1px solid #707070; border-right-color:#333; border-bottom-color:#333; background-color:#535353;	padding:9px;	}
