

 #containeer
 {
  width: 1268px;
  margin: 0 auto;
 }

 #containeer td
 {
  
   border-style: none;
   
  
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 208px;
  word-wrap: break-word;

  height: 100%;

  background: #6F5D71;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 847px;
  height: 100%;

  background: #74060A;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 86px;

  background: #48410F;
  text-align: center;

  color: #C4F697;
  font-size: 1.01em;
  font-family: Lucida Console;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
   border-style: none;
   
  

  background: #43382B;
 }

 a
 {
  text-decoration: none;

  color: #9BBE9D;
  font-size: 1.02em;
  font-family: Lucida Sans Unicode;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 825px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
   border-style: none;
   
  

  background: #713474;
  text-align: left;

  color: #BCDFC7;
  font-size: 1.04em;
  font-family: Tahoma;
 }
 
