@charset "utf-8";
/* CSS Document */
body {
	
	color:#CCC;
	padding:10px;
	background-color:#000000;
}
h1 {
	color:#FF0000;
	font: 20px "Arial Black", Gadget, sans-serif;
}
h2 {
	color:#FF0000;
	font: 18px "Arial Black", Gadget, sans-serif;
}
h3 {
	color:#FF0000;
	font: 16px Arial, Helvetica, sans-serif;
}
img {
	text-align:center;
}
a {
text-decoration:none;
color:#CC6600;
}
#maincontent {
	float:left;
	width:600px;
	padding:0 0 0 20px;
	background-color:#000;
}
#topcontent {
	float:left;
	width:100%;
	background-color:#000;
	margin:0 0 40px 0;
	padding:5px;
}
#title {
	float:left;
	width:100%;
}
#leftside {
	float:left;
	width:200px;
	background-color:#000;
	margin:-20px 10px 0 0;
	padding:5px;
}
#payment {
	float:left;
	width:100%;
	color:#CCC;
	text-align:center;
	font:16px Verdana, Geneva, sans-serif;
}
#payment img {
	float:left;
	width:200px;
	text-align:center;
}
#navcontainer {
	float:left;
	width:100%;
}
ul
{
list-style-type: none;
padding: 0;
margin-left: 0;
}

#navlist li
{
list-style: none;
margin: 0;
text-align: left;
}
a#home
{
height:20px;
background-image: url(images/home.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 5px 0;
margin: 1em 5px;
}
a#directions
{
background-image: url(images/directions.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 5px 0;
margin: 1em 5px;
height:20px;
}
a#team
{
background-image: url(images/team.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 5px 0;
margin: 1em 5px;
height:20px;
}
a#parts
{
background-image: url(images/parts.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 5px 0;
margin: 1em 5px;
height:20px;
}
a#memberships
{
background-image: url(images/memberships.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 5px 0;
margin: 1em 5px;
height:20px;
}
a#gallery
{
background-image: url(images/gallery.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 5px 0;
margin: 1em 5px;
height:20px;
}
a#questions
{
background-image: url(images/contact.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 5px 0;
margin: 1em 5px;
height:20px;
}
a#applyhere
{
background-image: url(images/applyhere.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 5px 0;
margin: 1em 5px;
height:20px;
}
#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
text-decoration: none;
}

#navlist li a:link { color: #FF0000; }
#navlist li a:visited { color: #FF0000; }

#navlist li a:hover
{
	border-left:#F00 solid 5px;
}