

 #containeer
 {
  width: 1080px;
  margin: 0 auto;
 }

 #containeer td
 {
  
   border-style: none;
   
  
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 227px;
  word-wrap: break-word;

  height: 100%;

  background: #341633;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 622px;
  height: 100%;

  background: #603532;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 60px;

  background: #263580;
  text-align: center;

  color: #E9D7C6;
  font-size: 1.01em;
  font-family: Lucida Console;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
   border-style: none;
   
  

  background: #71036D;
 }

 a
 {
  text-decoration: none;

  color: #9DDFFD;
  font-size: 1.02em;
  font-family: Comic Sans MS;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 601px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
   border-style: none;
   
  

  background: #3F1B3B;
  text-align: left;

  color: #9997CD;
  font-size: 1.02em;
  font-family: Palatino Linotype;
 }
 
