

 #containeer
 {
  width: 1051px;
  margin: 0 auto;
 }

 #containeer td
 {
  
   border-style: none;
   
  
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 207px;
  word-wrap: break-word;

  height: 100%;

  background: #C9CFAF;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 632px;
  height: 100%;

  background: #E0D29A;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 94px;

  background: #B8CB9B;
  text-align: center;

  color: #6E7407;
  font-size: 1.06em;
  font-family: Lucida Sans Unicode;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
    border-style: double;
    border-width: 2px;
    border-top-color: #EB6D49;
    border-left-color: #EB6D49;
    border-right-color: #EB6D49;
    border-bottom-color: #EB6D49;
    
  
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    

  background: #FDC9C9;
 }

 a
 {
  text-decoration: none;

  color: #1C3327;
  font-size: 1.00em;
  font-family: Trebuchet MS;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 611px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
   border-style: none;
   
  

  background: #F4E5C1;
  text-align: left;

  color: #581516;
  font-size: 1.01em;
  font-family: Palatino Linotype;
 }
 
