 body {
  margin: 0; padding: 0;
  text-align: center;
  background-color: #bf9813;
  height: 100%;
  font-family: "Trebuchet MS",Verdana,sans-serif;
  font-size: 80%;
 }
 table {
  font-size: 100%;
 }
 p {
  margin: 0 0 10px 0;
 }
 a {text-decoration: none; color: blue;}
 a:hover {text-decoration: underline; color: red;}
 
 #holder {
  background: white url(bg.gif) repeat-y left;
  width: 766px;
  height: auto;
  min-height: 100%;
  _height: 100%;
  text-align: left;
  margin: 0 auto;
 }
 #main {
  width: 724px;
  margin: 0 0 0 21px;
 }
 #menu {
  float: left;
  width: 140px;
 }
 #menu_in {
  margin: 5px 0 0 10px;
 }
 #page {
  float: right;
  width: 580px;
 }
 #page_in {
  width: 560px;
  margin: 5px 0 0 8px;
 }
 #menu ul {
  margin:0;padding:0;
 }
 #menu li {
  list-style: none;
  margin:0;padding:0;
 }
 #menu a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
 }
 #menu a:hover {
  color: #000000;
  text-decoration: underline;
 }
 #footer {
  text-align: center;
  font-size: 9px;
 }
 #weblink {
text-align: center;
margin: 20px 0 0 0;
color: #808080;
font-size: 9px;
}
#weblink a {
color: #606060;
}