#masthead-wrap {
}

#masthead {
  margin: 0 auto;
  width: 960px;
  height: 94px;
  background: url(/images/structure-bg.png) top left;
}


#masthead-inner {
  margin: 0 auto;
  width: 946px;
  height: 94px;
  background: url(/images/masthead.png) top left repeat-x;
}

#masthead-inner #masthead-text {
  float: left;
  display: inline;
}

#masthead-inner #masthead-text h2 {
  margin: 24px 0 0 36px;
  display: block;
  color: #fff;
  font-family: Arial;
  font-size: 25pt;
}

#masthead-inner #masthead-logo a {
  width: 138px;
  height: 94px;
  background: url(/images/logo.png) top left no-repeat;
  float: right;
  display: inline;
  padding: 0 120px 0 0;
}

#masthead-inner #masthead-logo span {
  display: none;
}

#masthead-inner #masthead-leaderboard {
  background: #999;
  width: 728px;
  height: 90px;
  margin: 8px 8px 0 0;
  float: right;
  display: inline;/* IE6 */
}
