

 #containeer
 {
  width: 1212px;
  margin: 0 auto;
 }

 #containeer td
 {
  
    border-style: solid;
    border-width: 1px;
    border-top-color: #412382;
    border-left-color: #412382;
    border-right-color: #412382;
    border-bottom-color: #412382;
    
  
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 235px;
  word-wrap: break-word;

  height: 100%;

  background: #651E12;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 738px;
  height: 100%;

  background: #1B5E25;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 80px;

  background: #5E0841;
  text-align: center;

  color: #F8D3E7;
  font-size: 1.06em;
  font-family: Lucida Console;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
    border-style: solid;
    border-width: 2px;
    border-top-color: #93585C;
    border-left-color: #93585C;
    border-right-color: #93585C;
    border-bottom-color: #93585C;
    
  

  background: #457D5C;
 }

 a
 {
  text-decoration: none;

  color: #EEF6A6;
  font-size: 1.04em;
  font-family: Verdana;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 720px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
    border-style: solid;
    border-width: 3px;
    border-top-color: #DE3AAB;
    border-left-color: #DE3AAB;
    border-right-color: #DE3AAB;
    border-bottom-color: #DE3AAB;
    
  
    -moz-border-radius: 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    

  background: #635E30;
  text-align: left;

  color: #EBC5D6;
  font-size: 1.00em;
  font-family: MS Sans Serif;
 }
 
