

 #containeer
 {
  width: 1198px;
  margin: 0 auto;
 }

 #containeer td
 {
  
   border-style: none;
   
  
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 232px;
  word-wrap: break-word;

  height: 100%;

  background: #CFF4EE;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 730px;
  height: 100%;

  background: #D2C79D;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 80px;

  background: #D0D59C;
  text-align: center;

  color: #30526C;
  font-size: 1.05em;
  font-family: MS Sans Serif;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
    border-style: solid;
    border-width: 3px;
    border-top-color: #D7E772;
    border-left-color: #D7E772;
    border-right-color: #D7E772;
    border-bottom-color: #D7E772;
    
  
    -moz-border-radius: 9px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    

  background: #B7C6BB;
 }

 a
 {
  text-decoration: none;

  color: #1D205B;
  font-size: 1.00em;
  font-family: Comic Sans MS;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 711px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
   border-style: none;
   
  

  background: #D3BEBE;
  text-align: left;

  color: #0B3A43;
  font-size: 1.03em;
  font-family: Palatino Linotype;
 }
 
