#page {
  width:  800px;
  margin: auto;
  background-color: #895859;
  background-image: url(content/bg01.gif);
  border: 7px solid #2a0404;
  }

#banner {
  width:  800px;
  height: 285px;
  background-image: url(content/header.png);
  background-repeat: no-repeat;
}

#menu {
  font-family: arial, times new roman;
  font-size: 10.5pt;
  text-align: left;
  max-width:  800px;
  padding-left: 15px;
  padding-top: 245px;
}

#menu a {
    display: inline;
    padding: 0.4em;
    text-decoration: none; 
    font-weight: bold;
    color: #2a0404;
}

#menu a:hover {
    color: #ffe5d8;
  }
   
#content-left {
  float: left;
  width: 250px;
  max-width: 250px;
  min-height: 360px;
  margin-right: 15px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 0px;
  text-align: center;

}

#content-right { 
  min-height: 350px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 0px;

}

#content-right li {
  font-family: arial, times new roman;
  font-size: 10pt;
  }

#content-center { 
  min-height: 50px;
  padding-left: 35px;
  padding-right: 35px;
}

#foot {
  height: 58px;
  font-family: arial, times new roman;
  font-size: 8pt;
  text-align: center;
  background-position: bottom;
  background-image: url(content/footer.png);
  background-repeat: no-repeat;
}

h1 {
  font-family: arial, times new roman;
  font-weight: bold;
  font-size: 11pt;
  text-align: left;
  color: #ffe5d8;
}

h2 {
  font-family: arial, times new roman;
  font-weight: bold;
  font-size: 10pt;
  text-align: left;
}

h3 {
  font-family: arial, times new roman;
  font-weight: bold;
  font-size: 11pt;
  text-align: center;
}

h4 {
  font-family: arial, times new roman;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
}

h5 {
  font-family: arial, times new roman;
  font-weight: bold;
  font-size: 10pt;
  text-align: left;
}

p {
  font-family: arial, times new roman;
  font-size: 10pt;
  color: #000000;
}

table {
  margin: 15px;
  font-family: arial, times new roman;
  font-size: 10pt;
  }
  
a {
    color: #2a0404;
}

a:hover {
    color: #ffe5d8;
  }

img {
  border: 1px solid black;
}

#border {
  border: 2px solid #600013;
}

body {
  background-color: #2a0404;
  background-image: url(content/bg03.gif);
  margin-top: 0px;
  margin-bottom: 0px;
}