* {margin: 0; padding: 0;}

body {
  padding: 0 auto;
  background-color: #9A6500;
  font: normal 1em arial;
  }

html { font-size: 100.01%;}

#wrapper {
  width: 900px;
  height: 98%;
  margin: 0 auto;
  }

#header {
  background: url(images/header.png) no-repeat;
  width: 900px;
  height: 199px;
  }

#content {
  background: url(images/light_brown.png) repeat-y;
  width: 900px;
  margin-bottom: 34px;
  padding: 5px;
  font: normal 1.1em arial;
  line-height: 1.35em;
  color: white;
position: absolute;
  }

#menu {
  background: url(images/menu.png) no-repeat;
  width: 163px;
  height: 464px;
  float: left;
  display: block;
  position: relative;
  left: 20px;
  }

#text {
  width: 415px;
  float: left;
  display: block;
position: relative;
  left: 30px;
  padding-right: 15px;
  line-height: 1.35em;
  letter-spacing: 0.075em;
  }

#sub_top_right {
  background: url(images/sub_top_right.jpg) no-repeat;
  width: 204px;
  padding: 5px 10px;
  height: 211px;
  float: right;
  display: block;
  position: relative;
  right: 20px;
  }

#sub_bottom_right {
  background: url(images/sub_bottom_right.jpg) no-repeat;
  width: 204px;
  height: 208px;
padding: 8px 10px;
  float: right;
  display: block;
  position: relative;
  right: 20px;
  }


#foot {
  background: url(images/foot.jpg) no-repeat;
  width: 900px;
  height: 34px;
  display: block;
  clear: both;
  bottom: -34px;
  position: relative;
margin: 0 auto;
padding: 0;
right: 5px;
  }

#header span {
  display: none;
  }
#menu ul {
  list-style: none;
  color: white;
font-family: Arial;
position: relative;
left: 10px;
top: 25px;
width: 140px;
}

#menu ul a {
  text-decoration: none;
  color: white;
font-size: 14px;
display: block;
width: 140px;
margin-bottom: 1px;
}

#menu ul a:hover {
  color: black;
  border-bottom: 1px solid black;
margin-bottom: 0px;
font-weight: bold;
}

#menu ul li {
  margin-bottom: 10px;
  line-height: 0.9em;
  }

#content h1 {
  font: normal 1.45em Arial;
  line-height: 1.5em;
  border-bottom: 2px solid white;
  margin-bottom: 5px;
}
