
/* commented backslash hack \*/ 
html, body { height: 100%; } 
/* end hack */

#left {
   min-height: 100%;
   height: auto;
   background: url(../gfx/left/water.jpg) top left no-repeat #fff;
   width: 480px;
}
      * html #left { height: 100%; }
   #mainMenu {
      position: absolute;
      top: 253px;
      left: 54px;
      width: 170px;
   }
      #mainMenu li {
         margin: 1px 0;
         height: 33px;
         width: 170px;
      }
      #mainMenu a {
         height: 21px;
         width: 170px;
         padding: 7px 0 5px 0;
         font-size: 17px;
         color: #000;
         text-decoration: none;
      }
         #mainMenu a:hover {
            color: #065a8f;
         }
      #mainMenu li.active {
         background: url(../gfx/bgMainMenu.gif) bottom left no-repeat;
      }
         #mainMenu .active a {
            width: 160px;
            padding-left: 10px;
            color: #065a8f;
         }
      
   

#right {
   width: 490px;
   position: absolute;
   top: 0;
   left: 480px;
}
   #header {
      height: 127px;
      position: relative;
   }
      #topMenu {
         position: absolute;
         top: 4px;
         right: 0;
      }
         #topMenu a {
            padding: 5px;
            font-size: 15px;
            text-decoration: none;
            color: #000;
         }
            #topMenu a:hover {
               color: #065a8f;
            }
            #topMenu .active a {
               color: #065a8f;
               text-decoration: underline;
            }
      #logo {
         display: block;
         position: absolute;
         right: 0;
         bottom: 0;
         width: 182px;
         height: 74px;
      }

   #main {
      padding: 0;
   }
   
   #footer {
      margin: 20px 0;
      padding: 10px 5px;
      border-top: 1px solid #83d2ed;
      line-height: 1.8em;
      font-size: 12px;
   }
      #qforma {
         float: right;
      }
         #qforma,
         #qforma a {
            color: #444;
            font-size: 10px;
         }



.menu {
   list-style: none;
}
   .menu li,
   .menu a {
      float: left;
      display: inline;
   }

.clear {
   display: block;
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
   font-size: 1px;
   line-height: 1px;
}

.nbsp {
   white-space: nowrap;
}

