/* 
epicrides.com Style Sheet
Copyright, Epic Rides 2005. All Rights Reserved. 


						elements  
=======================================================================*/
body {
	margin: 0;
	padding: 0; 
	background: #006;
	font-size: 11px;
	font-family: 'Gil Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #006;
	
}
#page {
	margin: 10px auto;
	padding: 0;
	width: 740px;
	}
	
#header {
	background: url("images/erheader.jpg") no-repeat;
	background-color: #006;
	width: 760px;
	height: 79px;
	margin: 0 0 0 -10px;
	padding: 0 0;
	}

#flashcontent {
	background: #000066;
	margin: 0;
	padding: 0;
	height: 460px;
	width: 740px;
	vertical-align: middle;
	}
	
#mainimg {
	background: url("images/mainimg.jpg") no-repeat center;
	margin: 0 0 0 -10px;
	padding: 0 0;
	height: 238px;
	width: 760px;
	}

#events {
	background: url("images/eventbg.jpg") no-repeat center;
	width: 760px;
	height: 140px;
	padding: 0 0;
	margin: 0 0 -2px -10px;
	text-align: center;
}	
#sponsors {
	background: url("images/erfooter.jpg") no-repeat center;
	width: 760px;
	height: 90px;
	margin: 0 0 0 -10px;
	padding: 0 0;
}

#sponimg{
	position: relative;
	width: 550px;
	left: 114px;
	padding: 3px 0 0 0;
	margin: 0;
	}
#sponimg a img {
border: 0px;
}

#welcome {
	Position: relative;
	width: 258px; 
	height: auto;
	left: 22px;
	top: 10px;
	padding: 5px 5px;
	margin: 0 0;
	border: 1px solid #f60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: justify;
	color: #009;
	background: #fff;
	-moz-opacity: .70;
	z-index: 10;
	}
#welcome a, a:hover {
	text-decoration: underline;
	color: #f60;
	}
	
/*=====================================================================
						nav
=======================================================================*/
#nav {
	font-family: 'Futura', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	width: 740px;
	background-color: #fff;
	border-bottom: 2px solid #f60;
	padding: 0;
	margin: 0;
	text-align: center;
}

#nav ul {
	padding: 2px 0px;
	margin: 0 auto;
}

#nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 15px;
}

#nav a:link, #nav a:visited {
	line-height: 14px;
	margin: 0 10px 4px 0px;
	text-decoration: none;
	color: #006;
}

#nav a:hover {
	border-bottom: 3px solid #f60;
	color: #f60;
}

.indicator {
	color: #f60;
	border-bottom: 3px solid #f60;
	}

/*=====================================================================
						events
=======================================================================*/

#events ul {
	padding: 10px 0;
	margin: 0 auto;
	}

#events li{
	list-style-type: none;
	display: inline;
	margin: 0;
}


#events ul li a {
border-style: none;
padding: 0 0;
}

#events ul li img {
padding: 0 0;
border-style: none;
}

/*=====================================================================
						typography
=======================================================================*/
#footer p {
	color:#ccc;
	text-align: center;
	vertical-align: bottom;
	clear: both;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
