body {
  margin: 0;
  background: #B59E73;
}

h1 {
  color: #308116;
  font: small-caps bold 1.2em verdana, sans-serif;
}

p {font: 0.8em verdana, sans-serif;}

#headder {
  height: 181px;
  background: #FFD200 url(images/backgound.png) repeat-x;
}

#headder img { float: left; }

#headnavi ul {
  font: small-caps bold 0.7em verdana, sans-serif;
  list-style-type: none;
  padding:0;
  margin-left:0;
  margin-right: 2px;
  margin-top: 90px;
  text-align: right;
}

#headnavi a {color: black; text-decoration: none;}
#headnavi a:hover {color: black; text-decoration: underline;}

#headnavi { float: right;}
#headnavi img { border: none;}

#nav {
  height:200px;
  width: 20%;
  float: left;
  background: #D6C7A5;
  margin: 1%;
  margin-right: 0;
  padding: 5px;
  padding-left: 0;
  border: 1px #392418 solid;
}

#nav li {
  list-style-type: none;
  margin-top: 5px;
}

#nav a {
  color: #308116;
  font:  1.0em verdana, sans-serif;
  text-decoration: none;
}

#nav a:hover {
  color: #308116;
  font:  bold 1.0em verdana, sans-serif;
  text-decoration: none;
}

#nav img {border: none; }


.menuitem {padding-right:30px;}

#content {
  height: 500px;
  width: 74%;
  float: right;
  background: #D6C7A5;
  margin: 1%;
  margin-left: 0;
  padding: 5px;
  margin-bottom: 30px;
  border: 1px #392418 solid;
}

#content p { margin: 10px; }
#content a { color: #9C0000; font-family: verdana, sans-serif; text-decoration: none; }
#content a:hover { color: #9C0000; font-family: verdana, sans-serif; text-decoration: underline;} 
#content img { float: right; text-align: right;}

#foot {
  clear: both;
  border-top: 1px solid black;
  font-family: verdana, sans-serif;
  text-decoration: none;
  text-align: center;
}
#foot a { text-decoration: none; color: #9C0000; font: 0.7em verdana, sans-serif; }
#foot a:hover { text-decoration: underline; }
