

 #containeer
 {
  width: 1127px;
  margin: 0 auto;
 }

 #containeer td
 {
  
   border-style: none;
   
  
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 212px;
  word-wrap: break-word;

  height: 100%;

  background: #DFD9BC;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 699px;
  height: 100%;

  background: #97D4D4;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 71px;

  background: #C3AADD;
  text-align: center;

  color: #212168;
  font-size: 1.01em;
  font-family: Lucida Sans Unicode;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
   border-style: none;
   
  

  background: #C0BFE2;
 }

 a
 {
  text-decoration: none;

  color: #2B3480;
  font-size: 1.01em;
  font-family: Lucida Console;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 675px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
    border-style: double;
    border-width: 4px;
    border-top-color: #7F02A0;
    border-left-color: #7F02A0;
    border-right-color: #7F02A0;
    border-bottom-color: #7F02A0;
    
  

  background: #A9BDEF;
  text-align: left;

  color: #512278;
  font-size: 1.00em;
  font-family: Verdana;
 }
 
