 body {
  height: 100%;
  margin:0;padding:0;
  background: url(bg.gif) repeat-y left top;
  font-family: Arial;
  font-size: 80%;
 }
 table {
  font-size: 100%;
 }
 h1 {
  font-size: 160%;
 }
 h2 {
  font-size: 140%;
 }
 h3 {
  font-size: 120%;
 }
 #container {
  background: url(bg1.gif) repeat-x left top;
  width: 100%;
  height: auto;
  min-height: 100%;
  _height: 100%;
  position: relative;
 }
 #holder {
  
 }
 #top {
  height: 157px;
 }
 #main {
  background: url(2.gif) no-repeat left top;
  width: 812px;
 }
 #dleft {
  width: 216px;
  float: left;
 }
 #menu {
  background: url(menu2.gif) repeat-y left;
  font-size: 14px;
  font-weight: bold;
 }
 #menu ul {
  padding:0 0 0 30px;
  margin:0;
 }
 #menu a {
  text-decoration: none;
  color: black;
 }
 #menu a:hover {
  text-decoration: underline overline;
  color: black;
 }
 #menu li {
  list-style: none;
  height: 20px;
  margin: 0;padding: 0 0 0 10px;
 }
 #menu li.a {
  list-style: url(ri.gif);
 }
 #dright {
  width: 570px;
  float: right;
 }
 #headtitle {
  margin: 6px 0 0 130px;
 }
 #headtitle h1 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 0;padding: 0;
 }
 #page {
  margin: 50px 0 0 0;
  letter-spacing: 1px;
 }
 #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 9px;
 }
 #footer img {
  height: 12px;
 }
