body 
  { 
   background: #ffffff;
   margin: 0px; 
   font-family: Arial; 
   font-size: 12px; 
   color: #000000;
  }

.newrows 
  { 
   clear: both; 
  }
  
.web 
  { 
   width: 823px; 
   position: relative; 
   left: 50%; 
   margin-left: -400px;
   background: #ffffff;
  }
  
.web .top
  {
   background: url('../_images/top.jpg') no-repeat;
   width: 823px;
   height: 204px;
  }
  
.web .top a
  {
   font-family: Trebuchet MS;
   font-size: 14px;
   font-style: italic;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
  }
  
.web .top a:hover
  {
   color: #FDC800;
  }
  
.web .top .menu
  {
   padding-top: 158px;
  }

.web .top .menu1
  {
   padding-left: 27px;
   padding-top: 10px;
   float: left;
  }

.web .top .menu2
  {
   padding-left: 68px;
   padding-top: 10px;
   float: left;
  }
  
.web .top .menu3
  {
   padding-left: 68px;
   float: left;
  }
  
.web .top .menu4
  {
   padding-left: 65px;
   padding-top: 10px;
   float: left;
  }
  
.web .top .menu5
  {
   padding-left: 55px;
   float: left;
  }
  
.web .middle
  {
   width: 823px;
   background: url('../_images/bg.jpg') repeat-y;
   padding-top: 20px;
   padding-bottom: 20px;
   font-family: verdana;
   font-size: 11px;
  }
  
.web .middle h1
  {
   color: #E69E4C;
   margin-top: 0px; 
   margin-bottom: 15px; 
   font-weight: bold; 
   font-style: normal; 
   font-size: 14px; 
   font-family: Arial; 
   text-decoration: none;
  }
  
  
.web .middle .leva 
  {
   float: left;
   width: 220px;
   padding-left: 20px;
  }
  
.web .middle .prava
  {
   float: left;
   width: 550px;
   padding-left: 20px;
  }
  
.web .bottom
  {
   background: url('../_images/bottom.jpg') no-repeat;
   width: 823px;
   height: 42px;
  }

.web .bottom .copy
  {
   padding-left: 670px;
   padding-top: 15px;
  }
  
.web .bottom .copy a
  {
   display: block;
   width: 150px;
   height: 20px;
  }
