.style4 { color: #FFDD00; font-weight: bold; font-size: 14px; }
.style3 {font-size: 13px}

html body {
	margin: 0px;
	min-width; 750px;
	
	text-align: center;
	
	background-color: black;
	color: white;
	
	font-family: sans-serif;
}


#head {
	width: 615px;
	border-top: 8px solid black;
	margin-left: 1px;
}

h1 {
	margin: 0px;
	background-color: rgb(255,222,0);
}


#pinstripes {
	margin: 0 auto;
	width: 850px;
	position: relative;
	text-align: left;
	
	background: url(../img/bg.gif) repeat-y;
}

#frame {
	margin-left: 116px;
	width: 615px;
	text-align: left;

	background-color: black;
	
	background-image: url(../img/bikebg.jpg);
	background-repeat: no-repeat;
	background-position: 25% 100%;
	background-attachment: fixed;
}





#content {
	width: 420px;
	float: right;
	margin-right: 0px;
	margin-top: 25px;
}

#body {
	width: 350px;
	font-size: 13px;
}

#nav {
	width: 150px;
	margin: 10px;
	text-align: center;
}





#nav ul {
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	list-style-type: none;
	
	background: url(../img/blinav.gif) top right repeat-y;
}

#nav li {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 30px;
	text-align: right;
	
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.19em;
	font-variant: small-caps;
}

.li0 {
	background: url(../img/blinav0.gif) top right no-repeat;
	color: #FFFFFF;
}

.li1 {
	background: url(../img/blinav1.gif) top right no-repeat;
	color: #FFDE00;
}

td {
	font-size: 13px;
}

a {
	color: #FFDE00;
}

a:visited {
	color: #FFDE00;
}

a:hover {
	color: #FFDE00;
}



#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FFDE00;
	text-decoration: none;

}

#t_c a {
	color: #FFDE00;
	text-decoration: none;
	font-size: 12px;
}

#t_c a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#t_c a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}


#tail {
	clear: both;
	color: black;
}


#stripe {
	position: absolute;
	top: 125px;
	right: 117px;
}
