body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	color: navy;
	background-color: ivory;
	line-height: 120%;
	margin: 10px 0 0 0;;
	padding: 0;
	text-align: center;
	}
/* -------------------------------------------------------------*/
/* HEADINGS */
/* -------------------------------------------------------------*/
h1 {
	font-size: 130%;
	font-weight: normal;
	text-align: left;
	color: navy;
	padding-top: 0.6em;
	padding-bottom: 0;
	margin-bottom: 0.3em;
	}
	
h2 {
	color: black;
	font-size: 140%;
	font-weight: normal;
	padding-top: 15px;
	}
	
/* -------------------------------------------------------------*/
/* ANCHORS / LINKS / NAVIGATION
/* -------------------------------------------------------------*/
a {font-weight: normal;}
	
a:link {color: blue;}
a:visited     {color: blue;}
a:hover       {color: red;}
a:active {color: blue;}


p.mainmen a {text-decoration: none;	}
p.mainmen a:link {color: navy;}
p.mainmen a:visited   {color: navy;}
p.minmen a:active {color: navy;}
p.mainmen a:hover {color: red;}

table.topmenu {
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	color: navy;
	margin: 0;
	}
	
table.topmenu td {
	width: 25%;
	text-align: center;
	padding: 5px 10px 5px 10px;
	border: 0;
	font-size: 100%;
	font-weight: bold;
	color: navy;
	}
/* -------------------------------------------------------------*/
/* DIVISIONS */	
/* -------------------------------------------------------------*/
#wrapper {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0px;
	}
	
#mainpic {
	width: 800px;
	height: 523px;
	border: 0;
	background: ivory url('images/main-04.jpg') no-repeat;
	margin-bottom: 10px;
	}
	
#mainpic2 {
	width: 800px;
	height: 523px;
	border: 0;
	background: ivory url('images/main2-01.jpg') no-repeat;
	margin-bottom: 10px;
	}

#mainpic3 {
	width: 800px;
	height: 523px;
	border: 0;
	background: ivory url('images/riders-02.jpg') no-repeat;
	margin-bottom: 10px;
	}

#mainmenu {
	float: right;
	height: 30px;
	width: 70%;
	text-align: right;
	border: 0;
	background-color: yellow;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-top: 450px;
	font-family: "eras medium ITC", verdana, arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	}
	
p.mainmen {
	margin-top: 8px;
	margin-right: 20px;
	}


#mainbody {
	width: 800px;
	text-align: left;
	border: 0;
	margin-bottom: 10px;
	}
	
#footer {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 15px 0;
	border-top: 1px dashed navy;
	border-bottom: 1px dashed navy;
	}

/* -------------------------------------------------------------*/
/* TABLES */
/* -------------------------------------------------------------*/

table.listing {
	width: 800px;
	}
	
table.listing td {
	vertical-align: top;
	}
	
table.listing td.right {
	padding-left: 20px;
	width: 300px;
	}
	
table.downloads {
	width: 80%;
	margin-top: 1.0em;
	border-collapse: collapse;
	}
	
table.downloads td {
	padding: 8px;
	text-align: center;
	border: 1px solid #9999ff;
	}
	
/* ----------------------------------------------------------- */
/* MISC */
/* ----------------------------------------------------------- */

ol, ul {
	margin-top: 10px;
	margin-left: 10px;
	}
	
ol ol {list-style-type: lower-alpha;}

li {margin-bottom: 10px;}