

 #containeer
 {
  width: 1109px;
  margin: 0 auto;
 }

 #containeer td
 {
  
   border-style: none;
   
  
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 236px;
  word-wrap: break-word;

  height: 100%;

  background: #4F121A;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 632px;
  height: 100%;

  background: #0A5B50;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 66px;

  background: #7F1574;
  text-align: center;

  color: #B6DCA7;
  font-size: 1.03em;
  font-family: Tahoma;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
   border-style: none;
   
  

  background: #254550;
 }

 a
 {
  text-decoration: none;

  color: #DECDCF;
  font-size: 1.04em;
  font-family: Lucida Console;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 610px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
   border-style: none;
   
  

  background: #294122;
  text-align: left;

  color: #E4D7F8;
  font-size: 1.01em;
  font-family: Lucida Sans Unicode;
 }
 
