 body {
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #534736;
  font-family: Arial;
  height: 100%;
  font-size: 12px;
 }
 table {
  font-size: 100%;
 }
 h1 {
  font-size: 20px;
  font-weight: bold;
  color: black;
 }
 h2 {
  font-size: 12px;
  font-weight: bold;
 }
 h3 {
  font-size: 14px;
  font-weight: bold;
 }
 #holder {
  position: relative;
  width: 950px;
  margin: 0 auto;
  text-align: left;
  background: white url(08.gif) repeat-y left;
  height: auto;
  _height: 100%;
  min-height: 100%;
 }
 #top {
  height: 250px;
 }
 #menu {
  height: 40px;
  background-color: #000000;
  border-bottom: 4px;
 }
 #menu_in {
  padding: 14px 10px 0 10px;
  text-align: left;
  font-size: 11px;
  color: white;
  font-weight: bold;
 }
 #menu a {
  color: white;
  text-decoration: none;
 }
 #menu a:hover {
  color: white;
  text-decoration: underline;
 }
 #main {
  position: relative;
 }
 #titleliner {
  position: absolute;
  top: 291px;;
  left: 223px;
  width: 727px;
  height: 43px;
  _height: 47px;
  background: url(12.gif) no-repeat top left;
  border-bottom: 4px solid white;
 }
 #titleliner h1 {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
 }
 #footer {
  height: 31px;
  _height: 41px;
  background: #4f4433 url(10.gif) repeat-x top;
  position: absolute;
  bottom: 0;
  width: 950px;
  color:white;
  font-size:10px;
  padding: 10px 0 0 0;
 }
 
#footer td{
  color:white;
  font-size:10px;
 }
 
  
 #left {
  width: 209px;
  float: left;
 }
 #page {
  width: 532px;
  float: left;
  margin: 47px 0 0 0;
 }
 #page_in {
  width: 504px;
  margin: 0 0 0 14px;
  color: #747098;
 }
 #right {
  width: 209px;
  float: right;
  margin: 43px 0 0 0;
 }
 a {text-decoration: underline; color: #bc0f3b;font-weight:bold;}
 
 #footer a {
  color: yellow;
 }