body      {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px;
         color: #6e6e6e;
         background: #eeeeee url('images/bg-body.png') repeat-x top;
         margin: 50 0 0 0px;
         padding: 0;
         line-height: 15px;
}

table     {
         font-family: Verdana, Arial, Helvetica, sans-serif;
}

td        {
         font-size: 11px;
         line-height: 15px;
}

.header   {
         background: url('images/bg-header.png') no-repeat bottom;
         width: 560px;
         height: 101px;
         font-size: 9px;
         color: #000000;
         padding-left: 70px;
}

.menu     {
         background: url('images/bg-nav.png') no-repeat top;
         width: 560px;
         height: 70px;
         padding-top: 12px;
         color: #ffffff;
         font-size: 12px;
         padding-left: 70px;
}

.menu a   {
         color: #ffffff;
         text-decoration: underline;
}

.menu a:hover  {
         color: #ffffff;
         text-decoration: none;
}

.content  {
         height: 500px;
         vertical-align: top;
         padding: 10 50 0 70px;
         background: url('images/bg-main.png') repeat-y;
}

.footer   {
         background: url('images/bg-bottom.png') no-repeat bottom;
         width: 560px;
         height: 30px;
         font-size: 10px;
         color: #6e6e6e;
}

.copy     {
         padding: 5 0 0 90px;
         background: url('images/bg-main.png') repeat-y;
}

.copy a   {
         color: #6e6e6e;
         text-decoration: underline;
}

h1        {
         font-size: 14px;
         color: #000000;
}

ul        {
         list-style: none;
         padding-left: 0px;
         margin-left: 10px;
}

ul li     {
         display: block;
         background: url('images/bullet.png') no-repeat left;
         background-position: 0px 3px;
         padding: 0 0 6 18px;

}

.ramka    {
         background: #F7F7F7; 
         border: 1px dotted #D9D9D9; 
         padding: 0 10 0 10px;
}

.ramka2   {
         background: #EEEEEE; 
         border: 1px dotted #D9D9D9; 
         padding: 0 10 0 10px;
}

