BODY
{
	background-color: #000000;
	color: #CFCFCF;
	background-image : url(photos/otherpics/bikerun copy.jpg);
	background-position : center;
	background-repeat : no-repeat;
}
H1.header
{
	color: #FF7F00;
	text-align: center;
	font-family: sans-serif;
	font-variant: small-caps;
	font-size: 28pt;
}
TD.content
{
	border: thick double #FF7F00;
	border-left: none;
	border-right: none;
}
TD.nav
{
	border: thick double #FF7F00;
	border-right: medium solid #FF7F00;
	border-left: none;
}
TD.footer
{
	border-bottom: thick double #FF7F00;
}
TD.thumb
{
	text-align: center;
	vertical-align: middle;
}
P:first-letter
{
	font-size: 24pt;
	font-family: serif;
}
IFRAME
{
	float: right;
}
IMG.float
{
	float : left;
}
A.menulink
{
	display: block;
	text-align: right;
	text-decoration: none;
	width: 160px;
	font-family: arial;
	font-size: 11pt;
	color: #FFA500;
	border: solid 1px #000000;
	font-weight: bold;
}
A.menulink:hover
{
	border: solid 1px #FF4500;
	background-color: #FFDEAD ;
}	