 body{
     background: #cccccc url(img/bg.gif) repeat;
   }
   
   .shadow-left {
     width: 5px;
     background: #cccccc url(img/shadow_left.gif) repeat-y;
   }
   .shadow-right {
     padding-top: 0;
     margin-top:0;
     width: 5px;
     background: #cccccc url(img/shadow_right.gif) repeat-y;
   }
   .shadow-bottom {
     width: 780px;
     height: 3px;
     background: #cccccc url(img/shadow_bottom.gif) repeat-x;
   }
   #page{
    background: #ffffff;
   }
   .header {
     
     /*background: url(img/headerbg.gif) repeat-x;*/
     background: #eeeeee;
     
   }
   .header-right {
     
     padding-top: 20px;
     height: 60px;
     background: #eeeeee url(img/headerbg2.gif) no-repeat;
     
     
   }

   #caption{
     font: Verdana;
     font-size: 16px;
     font-weight: bold;
     /*color: #eeeeee;*/
     color: #630708;
     padding-left: 0px;
     
     background: #eeeeee;
     
    
   }
   
   #redbox {
     color: #eeeeee;
     background: #630708; 
     border-left:1px solid #630708; 
     border-bottom:1px solid #630708;
   }
   #about a {
    
     padding-right: 5px;
     font: Verdana;
     font-size: 11px;
     color: silver;
     text-decoration: none;
   
   }
   
   #dotline {
     
     height: 5px;
     width: 490px; 
     background: url(img/dot.gif) repeat-x;
   }
   
   #king {
     padding-top: 0;
     padding-bottom: 0;
     
     height: 180px;
   }
   
   #navi {
    
    color: #eeeeee;
    background: #630708;
    height: 28px;  
    vertical-align: middle;
   }
   .block{
  background: #630708;  
  font-weight: bold;
  color: white;
  }
   .separator{
   background: white;
   width: 1px;
   }
   .menua {
   background: silver;
   }

   .menu {
   background: #6c0609; /* red */
   }

   .menua a {
     font: Verdana;
     font-size: 14px;
     font-weight: bold;
   text-decoration: none;
   
   color: #6c0609; /* red */
   }
    
   .menu a {
     font: Verdana;
     font-size: 14px;
     font-weight: bold;
   text-decoration: none;
   
   color: silver;
   }
   
   .box {
     border: 1px silver solid;
     font: Verdana;
     font-size: 14px;
     color: #44444b;
     padding: 10px;
   }
   .box-header {
     font: Verdana;
     font-size: 18px;
     font-weight: bold;
     color: #6c0609;

   
     border-bottom: 1px #787785 dotted; 
     margin-bottom: 10px;
     
     
   }
   .copy {
     font: Verdana;
     font-size: 9px;
     
     color: #777777;
   
   }
