

 #containeer
 {
  width: 1076px;
  margin: 0 auto;
 }

 #containeer td
 {
  
    border-style: ridge;
    border-width: 2px;
    border-top-color: #800876;
    border-left-color: #800876;
    border-right-color: #800876;
    border-bottom-color: #800876;
    
  
    -moz-border-radius: 4px;
    -webkit-border-radius: 6px;
    border-radius: 4px;
    
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 236px;
  word-wrap: break-word;

  height: 100%;

  background: #607655;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 600px;
  height: 100%;

  background: #234066;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 70px;

  background: #744635;
  text-align: center;

  color: #DCEECA;
  font-size: 1.09em;
  font-family: Courier New;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
    border-style: ridge;
    border-width: 4px;
    border-top-color: #6576EE;
    border-left-color: #6576EE;
    border-right-color: #6576EE;
    border-bottom-color: #6576EE;
    
  
    -moz-border-radius: 10px;
    -webkit-border-radius: 4px;
    border-radius: 8px;
    

  background: #07143B;
 }

 a
 {
  text-decoration: none;

  color: #B5A6C7;
  font-size: 1.01em;
  font-family: Lucida Sans Unicode;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 578px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
   border-style: none;
   
  

  background: #0C2F2E;
  text-align: left;

  color: #E2B2E4;
  font-size: 1.00em;
  font-family: Times New Roman;
 }
 
