body {
  background: #FFFFFF url(/images/background.gif) repeat-y;
}
#CONTENT {
  position:absolute;
  top: 135;
  left: 180;
  width: 440px;
  z-index: 2;
}
#NAV {
  position:absolute;
  top: 135;
  left: 15;
  width: 125px;
  color: #5C671D;
  z-index: 2;
}
#RIGHT {
  position:absolute;
  top: 135;
  left: 640;
  width: 120px;
  color: #5C671D;
  z-index: 2;
}
#HEAD {
  position:absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 135px;
  color:#5C671D;
  font-style: italic;
  text-transform: uppercase;
  line-height:18px;
  letter-spacing: 1px;
  z-index: 2;
}
#LINES {
  position:absolute;
  top: 0;
  left: 151;
  width: 650px;
  height:100%;
  border-left: 1px solid #5C671D;
  border-right: 1px solid #5C671D;
  z-index: 1;
}
