body {
      background-color: #BDAA7B;
     }

#container {
            position:relative;
            top: 20px;
            left: 0px;
           }

#content {
          width: 700px;
          border: 1px;
          border-color: #800000;
          border-style: solid;
          background-color: #800000;
          font-size: 12px;
         }

#banner {
          width: 700px;
          height: 100px; 
          background-color: #EDE6D3;
          font-size: 12px;
        }

#menu {
          width: 700px;
          height: 30px;
          background-color: #800000;
          font-size: 12px;
      }

#menu td {
          width: 140px;
          text-align: center;
         }


#menu a {
         font-size: 12pt;
         color: white;
         text-decoration: none;
         font-weight: bold;
        }

#menu a:hover {
         font-size: 12pt;
         color: yellow;
         text-decoration: underline;
         font-weight: bold;
        }

#main {
          padding: 40px 0px;
          width: 700px;
          height: 100%;
          background-color: #EDE6D3;
          font-size: 12px;
         }

#main td {
           width:500px;
         }

#main td.menu {
               width: 100px;
               align:center;
              }

#main td.special {
               width: 450px;
               border: 1px solid black;
               align:center;
               margin: 20px;
               padding: 20px
              }

#main p {
   font-size: 16px;
   font-family: sans-serif;
   font-weight: normal;
   text-align: justify;
  }

#main p.center {
                text-align:center;
               }

#main p.right {
               text-align: right;
              }

#main p.headline {
                  text-align:center;
                  font-size: 14pt;
                  text-decoration: none;
                  font-weight: bold;
                  font-family: sans-serif;
                  }

#main a {
         color: #800000;
        }

#main a:hover {
               color: #C00000;
              }


#main ins {
           text-decoration: underline;
           font-size:20px;
           font-weight: bold;
          }

#main h1 {
          text-align: center;
          font-family: sans-serif;
         }

#main h2 {
   font-size: 22px;
   font-family: sans-serif;
   font-weight: bold;
   text-align: center;
  }

#main h3 {
   font-size: 18px;
   font-family: sans-serif;
   font-weight: bold;
   text-align: left;
  }

#main h4 {
          text-align:center
         }

