body {
  background: #F6EE94 url(/images/bg.png) repeat-x;
  }
  
body, h1, div, p, ul, li, a {
  margin: 0;
  padding: 0;
  }
 
#header {
  max-width: 100%;
  overflow: hidden;
  }
  
#header h1 {
  text-indent: -999em;
  background: url(/images/fnmlogo.png) center center no-repeat;
  height: 187px;
  width: 24%;
  margin: 1%;
  min-width: 184px;
  float: left;
  }

#tabs {
  width: 70%;
  float: right;
  font: italic 1em/1em Minion, serif;
  margin: 70px 1% 0 0;
  color: #8F0000;
  }

#tabs p {
  margin: 0 1em;
  clear: both;
  }
  
#header ul {
  list-style: none;
  padding: 4px;
  float: right;
  border-bottom: #8F0000 4px solid;
  width: 98%;
  margin: 1em;
  }
  
#header li {
  display: inline;
  float: right;
  }
  
#header li a {
  padding: 4px 2px 4px 30px;
  margin: 4px 10px;
  background: url(/images/bpaw.gif) no-repeat left center;
  font: bold 1em/1.5em Minion, serif;
  color: #8F0000;
  text-decoration: none;
  }
  
#header li a:hover {
  background: url(/images/bpawover.gif) left center no-repeat;
  color: #FE8E0A;
  }
  
#header li a.current {
  background: url(/images/opaw.gif) left center no-repeat;
  font: italic bold 1em/1.5em Minion, serif;
  color: #FE8E0A;
  }
#header li a.current:hover {
  background: url(/images/opawover.gif) left center no-repeat;
  color: #8F0000;
  }
