html, body, div, h1, h2, h3, h4, h5, p, ul, ol, li, address, form, fieldset, img, iframe {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #ffffff url(body-bg.jpg) top repeat-x;
  color: #000000;
  font-family: times, serif;
  text-align: center;
  padding: 0;
}

a, a:visited {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------ */
p, address {
  line-height: 110%;
  font-style: normal;
  padding: 0 0 1.2em 0;
}

/* ------------------------------------------------------ */
#main {
  width: 693px;
  margin: 0 auto 0 auto;
  padding: 2.2em 0 0 167px;
  text-align: left;
  position: relative;
  display: block;
}

#top {
  width: auto;
  height: 9.6em;
  position: absolute;
  top: 0;
  left: 0;
}
#top #monkeyLogo {
  position: absolute;
  top: 49px;
  left: 21px;
  display: block;
  width: 113px;
  height: 102px; 
}
#top h1 {
  width: 166px;
  height: 51px;
  position: absolute;
  top: 75px;
  left: 200px;  
}
#top h1 a, #top h1 a:visited {
  display: block;
  width: 166px;
  height: 51px;
  text-decoration: none;
  overflow: hidden;
  text-indent: -200em;
  background: transparent url(text-logo.gif) top left no-repeat;
}

/* ------------------------------------------------------ */
#content {
  padding: 9em 0 1.5em 32px;
  border-left: #b6b6b6 solid 1px;
}
#content #products {
  font-weight: bold;
  padding: 0 0 50px 0;
}
#content #products li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 12px;
  border-left: 1px solid #000000;
}
#content #products li.first {
  border: none;
  padding-left: 0;
}
#content p#footer {
  padding-top: 80px;
  font-size: 70%;
  color: 
}
#content p#footer a, #content p#footer a:visited {
  color: #000000;
  font-weight: normal;
}

/* ------------------------------------------------------ */
@media print {

  #top h1, #top h1 a, #top h1 a:visited {
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
    white-space: nowrap;
  }

} 