/* ************************************************************* */
/* Layout elements */

td.menu { 
  background-image: url('../img/bg-menu-bottom.gif');
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  width: 150px;
}

div.menu-items { 
  background-image: url('../img/bg-menu.gif');
  background-repeat: no-repeat;
  height: 570px;
}

td.body-text { 
  width: 496px;
  background-image: url('../img/bg-content.gif');
  background-repeat: repeat-x;
  background-color: #97daeb;
  color: #9D196A;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}

div.content { 
  font-family: Verdana, Helvetica;
  font-size: 0.7em;
  line-height: 1.5em;
  padding: 5px 0px 10px 8px;
  margin-right: 25px;
}


