body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
  font-size: 14px;
  color: #CB7B31;
  background: url(wallpaper.gif) no-repeat top center;
  margin: 0px;
  min-width: 1000px;
}

a:link, a:visited {
  color: #CB7B31;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #CB7B31;
  font-weight: bold;
  text-decoration: underline;
}

a:active {
  color: #CB7B31;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  font-size: 18px;
  color: #CB7B31;
  font-weight: bold; 
  text-align: center;
  margin: 0px;
}

h2 {
  font-size: 14px;
  color: #CB7B31;
  text-align: center;
  margin: 0px;
}

h3 {
  font-size: 12px;
  color: #CB7B31;
  text-align: center;
  margin: 0px;
}

#layout_container {
  background-color: #26330B;
  border: 2px solid black;
  width: 1000px;
  min-height: 1000px;
  height: 1000px;
  margin: auto;
  padding: 0px;
}

#header {
  background: url(5bde-header.jpg) no-repeat top center;
  font-size: 10pt;
  color: #CB7B31;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  width: 1000px;
  min-height: 195px;
  height: 195px;
  float: right;
}

#header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#header ul li {
  float: left;
  padding: 13.1em 0 0 0;
}

#header ul a {
  padding: 0 0.8em;  
}

#main_container {
  background-color: #26330B;
  background-position: right top;
  width: 1000px;
  float: left;
}

#main_header {
  background-color: #26330B;
  background-repeat: no-repeat;
  width: 1000px;
  height: 0px;
}

#main_content {
  background-color: #26330B;
  background-repeat: no-repeat;
  padding-left: 60px;
  width: 900px;
}

#main_footer {
  background-color: #26330B;
  background-repeat: no-repeat;
  width: 1000px;
  height: 60px;
}

