#header {
  background-image: url(/images/masthead.png);
  background-repeat: no-repeat;
  background-position: center 40px;
  width: 768px;
  height: 324px;
  margin-left: 92px;
  padding-top: 8px;
  padding-left: 8px;
  overflow: hidden; }
  #header h1 {
    text-indent: -3000em; }
  #header a {
    color: #333333; }
  #header div.sponsor {
    float: right;
    text-align: center;
    margin-right: 1em; }
    #header div.sponsor div {
      color: #fff;
      text-transform: uppercase;
      text-decoration: underline;
      font-family: arial, sans-serif;
      font-size: 0.71em;
      font-weight: bold; }
  #header div.newsletter {
    clear: both;
    text-align: center; }
    #header div.newsletter form div {
      display: inline; }
    #header div.newsletter input {
      font-family: Garamond, Georgia, serif;
      color: #333333;
      font-size: 1em;
      width: 10em; }
    #header div.newsletter button {
      cursor: pointer;
      background-image: url(/images/go.png);
      background-position: top left;
      background-repeat: no-repeat;
      width: 0;
      height: 18px;
      border: 0 none;
      padding-left: 18px;
      text-indent: -3000em;
      background-color: #fff; }
  #header #navigation {
    text-transform: uppercase;
    margin-top: 160px; }
    #header #navigation li a:hover {
      background-color: #ffcc33; }
    #header #navigation li a.current {
      background-color: #ffcc33; }
