<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Page title</title>
<style type="text/css">
<!--

* {
  margin: 0;
	padding: 0;
}

body {
  background-color: white;
	max-width: 1000px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
  border-right: 2px solid #666; 
	/*margin-left: 100px;*/
}

/*body,html {
  scrollbar-face-color: red;
}*/

div#title {
  background: blue;
  font-size: 200%;
	text-align: center;
	font-weight: bold;
	color: white;
	font-family: Jester;
	position: relative;
	height: 2.5em !important;
	max-width: 1000px;
	min-width: 1000px;
	/*top: 0em;
	bottom: 4em;
	left: 0;
	right: 100%;*/
}

p#sub-title {
  position: relative;
	top: 0.5em;
  text-align: center;
  font-weight: bold;
  font-family: Jester;
  font-size: 150%;
  margin: 0;
}

span#title_info {
  /*position: relative;*/
	/*left: 5em;*/
  font-size: 60%;
	width: 75%;
	paddng-left: 70px;
	padding-right: 0px;
}

div#navigation {
  position: absolute;
	top: 6em;
}

*#navigation {
   float: left;
	 font-size: 150%;
	 padding-top: 8px;
	 font-style: oblique;
	 font-variant: small-caps;
	 /*font-weight: bold;*/
	 /*color: white;*/
	 /*background: purple; /* IE: Non-text background */
	 /*border-style: solid;  /* IE & FF: Border here is for whole menu, not individual links */
	 /*border-color: black;
	 border-spacing: 4;
	 border-width: 1;*/  
	 width: 120px;  /* IE & FF: Prevents nav text from running off area */
}
ul#nav_menu {
   list-style: none; /* IE and FF: Sub-Navigation links have bullets unless none */
	 font-family: Verdana, Helvetica, Arial, sans-serif; /* IE and FF: Changes menu font */
	 /*width: 16em;*/
	 border-right: 2px solid #666; /* IE and FF: Makes single border down list. */
	 padding: 2;  /* FF: Text of list shifts right without option.  */
	 margin: 0; /* IE: Shifts all ul links to the right without this. */
	 background: blue;
}
ul#nav_menu li{
	 font-size: 0.8em; /* IE & FF: Link font size */
	 /*width: 100%; /* IE: Controls link width. <100 short of menu. FF: > 100 Runs over menu. */
   height: 14px;
	 position: static;
}
ul#nav_menu li a{
   width: 100%;
   display: block;
	 text-decoration: none; /* IE and FF: affects menu links. */
	 font-size: 0.6em; /* IE and FF: Affects font-size in menu. */
	 font-weight: bold;
	 /*border-right: 2px solid #666; /* IE and FF: Sets individual "a" link border */
	 color: white; /* IE and FF: makes "a" link colors white. */
	 background: blue;/* background for IE */
	 padding-bottom: 0;
	 padding-top: 0;
	 margin-bottom: 0;
	 margin-top: 0;
}
#sub-navigation {
	 display: block;
	 font-size: 100%;
	 font-weight: normal;
	 border-style: solid;
	 border-color: black;
	 border-spacing: 4;
	 border-width: 1;
	 border-spacing: 2;
	 background-color: purple;
	 border-right: 2px solid #666;
	 padding: 2;
	 margin-bottom: 0em;
	 color: #333;
}
ul#sub-navigation {
	 padding: 0px 0px 0px 1.0em; /* Controls sub-menu indent from left.  */
}

ul#nav_menu li a:hover {
  border-left: 1px solid blue;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: white;
	color: blue;
}

ul#nav_menu li a:active {
  background-color:white;
	color: orange;
}
ul#navsite li a:visited:active {
  background-color:white;
	color: orange;
}
#firefox_logo {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  position: relative;
	top: 20em;
	bottom: 0;
	left: 0;
	width: 100%;
	/*background: #d0d0d0;*/
	background-color: aquamarine;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 50%;
	margin-right: 5px;
	font-style: normal;
	font-variant: normal;
}

div#body {
  min-height: 100%;
  float: none;
  padding-top: 1em;
	padding-left: 5;
	margin: 0 0px 0 5px; /*top ? bottom left*/
  position: relative;
	left: 120;
	width: 680px;
	border-left: 1px solid black;
	/*left: 120px;
	right: 700px;
	border-spacing: 30px;*/
}

ul#club_list {
   list-style: none; /* IE and FF: Sub-Navigation links have bullets unless none */
	 padding: 15;  /* FF: Text of list shifts right without option.  */
	 margin: 0; /* IE: Shifts all ul links to the right without this. */
}

div#news {
  /*position: relative;*/
	margin: 0 0 0 800px;
	width: 200px;
	/*left: 800px;
	right: 1000px;
	top: 0px;
	bottom: 300px;*/
}

div#rss_feeds {
  width: 200px;
  position: relative;
	left: 800px;
	right: 1000px;
	top: 7em;
}

div#rss_sub {
  position: relative;
	/*left: 0px;
  background-color: green;*/
}

div#footer {
  clear: both;
	padding-bottom: 1em;
	border-top: 1px solid #333;
	padding-left: 200px;
  font-size: 150%;
	font-weight: bold;
}

-->
