body {
  background: #fff url('/assets/images/grey-gradient.gif') repeat-x top left;
  padding-top: 25px;
}

#doc {
  background: #fff;
}
/* Header Styles */
#hd {
  color: #fff;
  background-color: #000;
}
  #hd h1 a {
    display: block;
    width: 450px;
    height: 50px;
    background: url('/assets/iphone-dev-bookstore-logo.gif') no-repeat;
  }
  #hd h1 a span {
    display: none;
  }
  
  /* Header Menu */
  #hd #menu {
    background-color: #AB4211;
    border-top: 2px solid #000;
  }
    #menu table {
      margin: 5px 0;
    }
    #menu table tr td {
      padding: 5px;
      vertical-align: top;
      font-weight: bold;
    }
    #menu table tr td.title {
      text-align: right;
      /*border-right: 1px dotted #fff;*/
      width: 10%;
      color: #fff;
      font-size: 1.1em;
    }
    #menu table tr td.items {
      text-align: left;
      width: 20%;
      color: #fff;
    }
      #menu table tr td.items a {
        color: #ffc526;
      }
