@charset "utf-8";
.navspace {
	height: 28px;
	width: 272px;
	float: left;
}

.home {
	height: 28px;
	width: 76px;
	float: left;
}

.home a{
	font-size: 36px;
	background-image: url(../images/home_up.jpg);
	background-repeat: no-repeat;
}

.home a:hover{
	font-size: 36px;
	background-image: url(../images/home_over.jpg);
	background-repeat: no-repeat;
}


.events {
	height: 28px;
	width: 97px;
	float: left;
}

.events a{
	font-size: 36px;
	background-image: url(../images/events_up.jpg);
	background-repeat: no-repeat;
}

.events a:hover{
	font-size: 36px;
	background-image: url(../images/events_over.jpg);
	background-repeat: no-repeat;
}

.repair {
	height: 28px;
	width: 92px;
	float: left;
}

.repair a{
	font-size: 36px;
	background-image: url(../images/repair_up.jpg);
	background-repeat: no-repeat;
}

.repair a:hover{
	font-size: 36px;
	background-image: url(../images/repair_over.jpg);
	background-repeat: no-repeat;
}


.contact {
	height: 28px;
	width: 97px;
	float: left;
}

.contact a{
	font-size: 36px;
	background-image: url(../images/contact_up.jpg);
	background-repeat: no-repeat;
}

.contact a:hover{
	font-size: 36px;
	background-image: url(../images/contact_over.jpg);
	background-repeat: no-repeat;
}

.links {
	height: 28px;
	width: 96px;
	float: left;
}

.links a{
	font-size: 36px;
	background-image: url(../images/links_up.jpg);
	background-repeat: no-repeat;
}

.links a:hover{
	font-size: 36px;
	background-image: url(../images/links_over.jpg);
	background-repeat: no-repeat;
}

.header_contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: -10px;
}

.header_contact a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #512800;
	text-decoration: none;	
}

.header_contact a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}


.content_section1 a {
	color: #291D11;
	font-weight: bold;
	font-size: 13px;
}

.content_section1 a:hover {
	color: #8E653C;
	font-weight: bold;
	font-size: 13px;
}
.ride_number {
	width: 230px;
}

