

 #containeer
 {
  width: 1259px;
  margin: 0 auto;
 }

 #containeer td
 {
  
    border-style: inset;
    border-width: 1px;
    border-top-color: #E2558D;
    border-left-color: #E2558D;
    border-right-color: #E2558D;
    border-bottom-color: #E2558D;
    
  
    -moz-border-radius: 6px;
    -webkit-border-radius: 4px;
    border-radius: 10px;
    
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 221px;
  word-wrap: break-word;

  height: 100%;

  background: #262C5F;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 812px;
  height: 100%;

  background: #513E46;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 70px;

  background: #421814;
  text-align: center;

  color: #CCE0D3;
  font-size: 1.04em;
  font-family: MS Sans Serif;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
    border-style: inset;
    border-width: 1px;
    border-top-color: #54FFB0;
    border-left-color: #54FFB0;
    border-right-color: #54FFB0;
    border-bottom-color: #54FFB0;
    
  
    -moz-border-radius: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    

  background: #6C1E23;
 }

 a
 {
  text-decoration: none;

  color: #C3CFBD;
  font-size: 1.03em;
  font-family: Verdana;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 795px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
   border-style: none;
   
  

  background: #290C11;
  text-align: left;

  color: #D0C3BF;
  font-size: 1.02em;
  font-family: Tahoma;
 }
 
