/* Page Structure */
html, body {
	margin: 0;
	background-color: #003366;
	}
#container {
	width: 1008px;
	margin: 0 auto;
	background-image: url(bg_page.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	}
#header {
	width: 1008px;
	height: 396px;
	}
#wrapper {
	float: left;
	width: 1008px;
	}
#content {
	width: 100%;
	margin-top: 3.5%;
	margin-bottom: 8%;
	}
#left {
	float: left;
	width: 20%;
	margin-left: -100%;
	}
#right {
	float: left;
	width: 20%;
	margin-left: -20%;
	}
#footer {
	width: 1008px;
	clear: both;
	background-image: url(bg_footer.jpg);
	background-repeat: no-repeat;
	padding-top: 28px;
	padding-bottom: 16px;
	}


/* Navigation */
#navlist {
   padding-left: 186px;
   padding-bottom: 3px;
   padding-right: 0px;
	margin-top: .5%;
	border-bottom: 1px solid #767676;
   font-family: Verdana, Geneva, sans-serif;
   font-weight: bold;
   font-size: 12px;
   }
#navlist li {
   list-style: none;
   margin: 0;
   display: inline;
   }
#navlist li a {
   padding: 3px 0.5em;
   margin-left: .1%;
   border: 1px solid #767676;
   border-bottom: none;
   background: #dddddd;
   text-decoration: none;
   }
#navlist li a:link {
   color: #313131;
   }
#navlist li a:visited {
   color: #8d8d8d;
   }
#navlist li a:hover {
   color: #ffffff;
   background: #ad2139;
   border-color: #767676;
   }
#navlist li a#current {
   background: white;
   border-bottom: 1px solid #ffffff;
   }


/* Remainder of Page Styles */

.image { /* cars for sale */
         float: left;
         height: 67px;
         width: 100px;
         padding-top: 4px;
         padding-left: 254px;
         padding-bottom: 1px;
         padding-right: 7px;
         }

#image1 { /* logo */
	float: left;
	padding-top: 0px;
	padding-left: 21px;
	padding-bottom: 0px;
	height: 115px;
	width: 975px;
	}
#image2 { /* tri-pics */
	float: left;
	padding-top: 0px;
	padding-left: 13px;
	padding-bottom: 11px;
	height: 267px;
	width: 983px;
	}
#image3 { /* drop cap */
	float: left;
	padding-top: 3px;
	padding-left: 252px;
	padding-bottom: 0px;
	padding-right: 5px;
	height: 33px;
	width: 31px;
	}

#image4 { /* vtr logo */
	float: left;
	margin-top: -1%;
	padding-left:73px;
	width: 93px;
	height: 95px;
	}
#image5 { /* Yahoo groups logo */
	float: left;
	width: 91px;
	height: 52px;
	padding-top: 3px;
	padding-left: 254px;
	padding-bottom: 1px;
	padding-right: 9px;
	}
#bulletcontainer ul { /* list w/ square bullets */
	padding-top: 0px;
	margin-left: 25%;
	margin-right: 25%;
	}
#bulletlist li {
   list-style-image: url(square.gif);
	padding-top: 1px;
	padding-bottom: 1px;
	}
#table {
   padding-top: 9px;
	padding-left: 251px;
   }
#iframe { /* events calendar */
   padding-top: 11px;
   padding-left: 115px;
   }
h1 { /* NewsFlash */
   font-size: 16px;
   padding-top: 53px;
   color: #003366;
   }
	
h2 { /* Newsletter Download */
   font-size: 16px;
   padding-top: 53px;
	padding-left: 59px;
   color: #003366;
   }
	
p { /* default paragraph (no indent) */
	text-align: left;
	margin-left: 25%;
	margin-right: 25%;
	}
p.first { /* club name, address (footer) */
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin-top: 0%;
	margin-bottom: .2%;
	}
p.second { /* copyright */
	text-align: center;
	color: #b2cde0;
	font-size: 12px;
	margin-top: .8%;
	margin-bottom: .1%;
	}
p.third { /* index page news */
   text-align: left;
	color: #686a7a;
	font-size: 14px;
	font-weight: normal;
	margin-left: 0%;
   }	
span.b { /* bold font */
	font-weight: bold; 
	}
span.u { /* underline */
	text-decoration: underline; 
	}
a { /* link */
	color: #ad2139;
	text-decoration: none;
	}
a:active { /* active link */
	color: #ad2139;
   text-decoration: none; 
	}
a:visited { /* visited link */
   color: #003366;
	text-decoration: none; 
   }
a:hover { /* hover link */
	color: #000000;
	text-decoration: none; 
	background-color: #dddddd;
	}
a img { /* elim's default image border */
	border: none;
	}
a.image-border { /* elim's image border on hover */
   text-decoration: none;
   border-bottom: none;
   background-color: transparent;
   }