.headercell {
  background-color: #000;
  text-align: left;
  vertical-align: top;
  padding: 0px;
  border-style: none;
  border-width: 0px;
  }

.menucell {
  table-layout: fixed
  background-color: #000;
  text-align: left;
  vertical-align: top;
  padding: 10px 0px 0px 0px;
  border-style: none none none none;
  border-width: 0px 0px 0px 0px;
  border-color: #333 #333 #333 #333;
  }

.contentcell {
  table-layout: fixed
  background-color: #000;
  text-align: left;
  vertical-align: top;
  padding: 0px 10px 10px 10px;
  border-style: none none none none;
  border-width: 0px 0px 0px 0px;
  border-color: #333 #333 #333 #333;
  }

.picturecell {
  table-layout: fixed
  background-color: #000;
  text-align: left;
  vertical-align: top;
  padding: 10px 0px 0px 0px;
  border-style: none none none none;
  border-width: 0px 0px 0px 0px;
  border-color: #333 #333 #333 #333;
  }

.footercell {
  table-layout: fixed
  background-color: #000;
  text-align: left;
  vertical-align: top;
  padding: 0px 0px 0px 10px;
  border-style: solid none none none;
  border-width: 1px 0px 0px 0px;
  border-color: #333;
  }

.slogan {
  font-size: 80%;
  font-style: italic;
  color: #999999;
  text-indent: 10px;
}

.current_page_item {
  /*font-weight: bold;*/
  background-color: #2b643e;
}

