/* -----  HEADER  ------------------------------ */
#hd {
	background:url('/img/header_redstripe.gif');
	}
#logo {
  padding: 10px 15px 8px;
  height:66px;
  border-bottom: 4px solid #a40000;
  }
#logo img {
  width:185px;
  height:66px;
  }

/* -----  LEADERBOARD  -------------------------- */
div#leaderboard {
	background: #f4f4f4;
	padding:8px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
div#leaderboard div.ad {
	width:728px;
	height:90px;
	margin:0 auto;
}

/* -----  TOP NAV  ------------------------------ */
#nav {
  font-family:arial,helvetica,sans-serif;
  font-size:13px;
  }
#nav ul {
  background: #1f1f1f url('/img/nav_black.gif') repeat-x top left;
  list-style-type: none;
  clear: both;
  width: 100%;
  margin:0;
  padding:0;
  border-top: 1px solid #202020;
  border-bottom: 2px solid #cfcfcf;
  height:33px;
  }
#nav li {
  float: left;
  text-align: center;
  border-left: 1px solid #2c2c2c;
  border-right: 1px solid #4c4c4c;
  margin: 0.4em 0;
  }
#nav a {
  display: block;
  padding: 0.2em 1.5em;
  font-weight: bold;
  text-decoration: none;
  }
#nav a:link,
#nav a:visited {
  color: #fff;
  }
#nav a:hover,
#nav a:active,
#nav a:focus {
  color: #c87000;
  color: #f4f4f4;
  color: #FF9000;
  }

