body {
  background-color: #000;
  margin: 0;
  padding: 0;

}
.navbar a {	color: #ffffff; }
.navbar a:hover { color: #E4434E; }
.bottom a {text-decoration: none; color: #ffffff; }
.bottom a:hover {text-decoration: underline; }
.top { 
  background-image: url(images/top_banner.gif);
  height: 161px;
  width: 751px;
}
.results { font-size: 11; font-family: Arial; }
.menu a {
  
  position: relative;
  height: 17px;
  top: 142px;
  margin:auto;
  text-decoration: none;
}
.menu a b { visibility: hidden; }

a#home { left: 204px; width: 40px; }
a#schedule { left: 223px; width: 64px; }
a#results { left: 244px; width: 51px; }
a#gallery { left: 265px; width: 52px; }
a#directions { left: 282px; width: 71px; }
a#links { left: 302px; width: 37px; }
a#contacts { left: 321px; width: 61px; }

a#home:hover { background-image: url(images/glow_home.gif); border: none; }
a#schedule:hover { background-image: url(images/glow_schedule.gif); border: none; }
a#results:hover { background-image: url(images/glow_results.gif); border: none; }
a#gallery:hover { background-image: url(images/glow_gallery.gif); border: none; }
a#directions:hover { background-image: url(images/glow_directions.gif); border: none; }
a#links:hover { background-image: url(images/glow_links.gif); border: none; }
a#contacts:hover { background-image: url(images/glow_contacts.gif); border: none; }