#body
 {
  padding: 10px;
 }
 
.main-table
 {
  border: 1px #666666 solid;
  height: 100%;
  width: 731px;
  font-family: Tahoma, Arial CE, Arial, sans-sertif;
  }

.main-table td
 {
  vertical-align: top;
  text-align: left;
  }
  
ul
 { 
  list-style: square;
  vertical-align: middle;
 }

li
 {
  padding: 2px;
 }
 
li img
 {

  border: #000000 solid 1px;
 }

.texty img
 {
  vertical-align: middle;
  border: #000000 solid 1px;
 }

.main-texty-menu
 {
  height: 100%;
  }
  
.menu
 {
  background-color: #f5f5f5;
  padding-left: 25px;
  padding-top: 25px;
  }
  
.menu-table td
 {
  border-bottom: 1px dotted #333333;
  width: 120px;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
 }
  
.menu a
 {
  color: #000000;
  text-decoration: none;
  display: block;
 }
 
.menu a:hover
 {
  background-color: #E34C00;
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 120px;
  height: 15px;
 } 

h4
 {
  color: #E34C00;
 }
 
.pata
 {
  background-color: #E34C00;
  height: 14px;  
  font-size: 10px;
  }

.right
 {
  text-align: right;
  }
  
.texty
 {
  font-size: 80%;
  padding: 25px;
  padding-right: 15px;
  padding-left: 50px;
 }