body {

  padding: 0px;
  margin: 0px;
  overflow: hidden;

}

#top_row {
  background-image: url(header.gif);
  background-repeat: repeat-x;
  height: 68px;
}

#bottom_row {
  height: 22px;
}

#bottom_cell {

  background-image: url(footer.gif);
  background-repeat: repeat-x;
  font-family: Verdana;
  font-size: 10px;
  color: #888888;

}

#body_cell {
  padding: 0px;
}

#body_cell p {

  color: #aaaaaa;
  font-family: Verdana;
  font-size: 12px;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;

}

#body_cell li {

  color: #aaaaaa;
  font-family: Verdana;
  font-size: 12px;

}

#body_cell a {

  color: #aaaaaa;

}

#submenu {
  
  position:absolute; 
  top:80px; 
  left:10px;
  color: #999999;
  font-family: Verdana;
  font-size: 12px;

}

#scroller {
  padding-left: 40px;
  padding-right: 40px;
}
