

 #containeer
 {
  width: 1114px;
  margin: 0 auto;
 }

 #containeer td
 {
  
    border-style: inset;
    border-width: 3px;
    border-top-color: #63DF55;
    border-left-color: #63DF55;
    border-right-color: #63DF55;
    border-bottom-color: #63DF55;
    
  
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 9px;
    
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 227px;
  word-wrap: break-word;

  height: 100%;

  background: #225230;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 656px;
  height: 100%;

  background: #61341B;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 87px;

  background: #561B33;
  text-align: center;

  color: #F3FAB8;
  font-size: 1.07em;
  font-family: Palatino Linotype;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
   border-style: none;
   
  

  background: #032D3C;
 }

 a
 {
  text-decoration: none;

  color: #DDEFBB;
  font-size: 1.04em;
  font-family: Trebuchet MS;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 635px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
   border-style: none;
   
  

  background: #59731E;
  text-align: left;

  color: #EEFECA;
  font-size: 1.00em;
  font-family: Georgia;
 }
 
