

 #containeer
 {
  width: 1239px;
  margin: 0 auto;
 }

 #containeer td
 {
  
   border-style: none;
   
  
 }


 #top
 {
  margin: 0;
  padding: 0;
  border: 0 none !important;
 }

 .side
 {
  width: 202px;
  word-wrap: break-word;

  height: 100%;

  background: #BCBCD2;
  text-align: center;
  vertical-align: top;
 }


 #content
 {
  width: 830px;
  height: 100%;

  background: #A3CDDA;
  text-align: center;
  vertical-align: top;
 }


 #bottom
 {
  width: 100%;
  height: 67px;

  background: #C5FA96;
  text-align: center;

  color: #3C195F;
  font-size: 1.05em;
  font-family: Times New Roman;
 }


 .menu
 {
  width: 90%;
  margin: 10px auto;

  
    border-style: dotted;
    border-width: 1px;
    border-top-color: #BF7112;
    border-left-color: #BF7112;
    border-right-color: #BF7112;
    border-bottom-color: #BF7112;
    
  

  background: #A198CC;
 }

 a
 {
  text-decoration: none;

  color: #090530;
  font-size: 1.02em;
  font-family: Lucida Console;
 }

 a:hover
 {
  text-decoration: underline;
 }


 #content p
 {
  width: 806px;
  word-wrap: break-word;

  margin: 10px auto;
  padding: 4px;

  
   border-style: none;
   
  

  background: #C7A7F7;
  text-align: left;

  color: #12235A;
  font-size: 1.03em;
  font-family: MS Sans Serif;
 }
 
