

.siteContainer {
   width: 940px;
   margin: 0 auto;
}
   #headerContainer {
      height: 120px;
   }
      #logo {
         display: block;
         padding: 15px 10px;
      }
   #mainMenu {
      height: 32px;
      border: 1px solid #000;
      border-bottom: none;
      background-color: #325c3c;
   }
      #mainMenu a {
         padding: 5px 14px;
         color: #fff;
         font-size: 18px;
         text-decoration: none;
      }
         #mainMenu .active a {
            text-decoration: underline;
         }
   #pageContainer {
      border: 1px solid #000;
   }
      #left,
      #right {
         float: left;
         display: inline;
         height: 402px;
      }
      #left {
         overflow: auto;
         width: 535px;
         border-right: 1px solid #000;
         background: url(../gfx/bgWatermark.gif) bottom right no-repeat;
      }
         .content {
            padding: 10px 30px;
         }
      #right {
         overflow: hidden;
         width: 402px;
      }
   #footer {
      padding: 5px;
   }
      #footer,
      #footer a {
         color: #325c3c;
         font-size: 9px;
      }
      #qforma {
         float: right;
      }





.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;
}


