body {
  background-color:#ffe6be;
  color:#b76a00;
  font-family:Arial;
  font-size:14px;
}

a, a:link, a:visited {
  color:#aa3300;
  text-decoration:none;
}

#header {
  background-color:#ffc46a;
  position:absolute;
  top:0px;
  left:0px;
  width:95%;
  height:120px;
  border:1px solid black;
  padding:5px;
  z-index: 10;
  -moz-border-radius-bottomright: 20px;
}

#navi {
  background-color:#ffc46a;
  position:absolute;
  top:131px;
  left:0px;
  width:190px;
  height:70%;
  border:1px solid black;
  z-index: 5;
  -moz-border-radius-bottomright: 20px;
}

#inh {
  color:#555555;
  position:absolute;
  top:150px;
  left:200px;
  width:750px;
  height:auto;
  border:0px;;
  padding:5px;
}

#tbl_hdr {
  background-color:#f0b65b;
  border-bottom:1px solid black;
  color:#333333;
  padding-left:5px;
  font-size:14px;
}

#tbl_lnk_b {
  background-color:#FFC468;
  padding-left:15px;
  padding-top:2px;
  border-bottom:1px solid black;
}

#tbl_lnk_b:hover {
  background-color:#FFB058;
  width:auto;
}

#tbl_lnk_b a {
  color:#000000;
  display:block;
  width:100%;
  font-size:14px;
}

#tbl_lnk {
  background-color:#FFC468;
  padding-left:5px;
  padding-top:2px;
  border-bottom:1px solid black;
}

#tbl_lnk:hover {
  background-color:#FFB058;
  width:auto;
}

#tbl_lnk a {
  color:#000000;
  display:block;
  width:100%;
  font-size:14px;
}

