/* frame styles and layout */

body {
	background-color: #FF6600;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 17px;
	}

a:link { color: #0000CC; } 
a:active { color: #0000CC; }	
a:visited { color: #FFFFFF; } 
a:hover { color: #FFFFFF; }
	
/* navigation frame*/
#nav { 
	position: absolute;
	width: 105px;
	text-align: center;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	z-index: 10;
	}

#nav ul {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	font-size: 1em;
}

#nav li { margin: 0; }

#nav a {
	display: block;
	border-style: none;
	text-decoration: none;
	line-height: normal;
	width: 95px; 
	margin: 0;
	padding: 0;
	/*border: 1px solid;
	border-color: #ddd #000 #000 #ddd;*/	
}

#nav a:link, #nav a:visited {
	background: url(../images/btn_up.gif) ;
	color: #FFFFFF;
}

#nav a:hover, #nav a:active  {
	background: url(../images/btn_down.gif) ;
	color: #0000CC;
}

#youtube {
	position: absolute; top: 320px; bottom: 10px; left: 25px; 
	text-align:center;
	font-size: 13px; color: #FFFFFF;
	z-index: 10;
	}

#last {
	position: absolute; bottom: 10px; left: 5px; 
	text-align:center;
	font-size: 13px; color: #FFFFFF;
	z-index: 5;
	}
	
#top a:link, #top a:visited {
	background: url(../images/btn_up_top.gif) no-repeat;
	color: #FFFFFF;
}
#top a:hover, #top a:active {
	background: url(../images/btn_down_top.gif) no-repeat;
	color: #0000CC;
}
#bot a:link, #bot a:visited {
	background: url(../images/btn_up_bot.gif) no-repeat;
	color: #FFFFFF;
}
#bot a:hover, #bot a:active {
	background: url(../images/btn_down_bot.gif) no-repeat;
	color: #0000CC;
}

/*topbanner*/
#races    	{ position: absolute; top: 41px; right: 8px;}
#lang		{ position: absolute; top: 5px; right: 12px; height: 24px;}
#lang img 	{ border-style: none; margin: 0 5px -5;}


/*sponsorbanner*/
#sponsor { 
	width: 100%; height: 50px;
	background-color: #000000;
	borderstyle: none;
	cell-spacing: 0;
	border-collapse: collapse;
	}
#sponsor td { 
	text-align: center; vertical-align: bottom;
	borderstyle: none; padding: 0;
	}
#sponsor img{ border-style: none;}
