

 #containeer
 {
  width: 1217px;
  margin: 0 auto;
 }

 #containeer td
 {
  
   border-style: none;
   
  
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 244px;
  word-wrap: break-word;

  height: 100%;

  background: #DD9DE5;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 724px;
  height: 100%;

  background: #CFCCBE;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 95px;

  background: #E7E7BF;
  text-align: center;

  color: #306041;
  font-size: 1.04em;
  font-family: Trebuchet MS;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
   border-style: none;
   
  

  background: #9BDFF2;
 }

 a
 {
  text-decoration: none;

  color: #231380;
  font-size: 1.04em;
  font-family: Comic Sans MS;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 700px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
    border-style: inset;
    border-width: 4px;
    border-top-color: #34C5C5;
    border-left-color: #34C5C5;
    border-right-color: #34C5C5;
    border-bottom-color: #34C5C5;
    
  
    -moz-border-radius: 7px;
    -webkit-border-radius: 9px;
    border-radius: 7px;
    

  background: #E19EDF;
  text-align: left;

  color: #5B420B;
  font-size: 1.00em;
  font-family: Palatino Linotype;
 }
 
