
body {
   font-family: Verdana, Verdana, Geneva, sans-serif;
   font-size: 13px;
   color: #000;
}

.siteContainer {
   width: 958px;
}
   .content {
      padding: 30px 30px 20px 47px;
   }
   
   #logo {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 20;
      width: 535px;
      height: 185px;
      background-color: #fff;
   }
      #logo img {
         margin-top: 48px;
         margin-left: 47px;
      }
   #top {
      height: 70px;
      padding-top: 10px;
   }
      #top ul {
         margin-left: 518px;
      }
         #top li {
            margin-left: 15px;
         }
         #top a {
            padding: 4px 0;
            font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
            font-size: 16px;
            color: #000;
            text-decoration: none;
         }
            #top a:hover {
               text-decoration: underline;
            }
   #header {
      position: relative;
      z-index: 8;
      height: 180px;
      background: url(../gfx/header_top.jpg) top left no-repeat;
   }
      #header h1 {
         position: absolute;
         top: 134px;
         left: 47px;
         font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
         font-size: 22px;
         font-weight: normal;
         color: #fff;
      }
   #intro {
      line-height: 1.8em;
      background: url(../gfx/header_bottom.jpg) top left no-repeat;
   }
   #main {
      background-color: #eceef0;
   }
      #intro,
      #homePage #mainContent {
         padding-right: 160px;
      }
      #leftContent,
      #rightContent {
         float: left;
         display: inline;
      }
      #leftContent {
         width: 450px;
      }
      #rightContent {
         width: 390px;
         margin-left: 40px;
         color: #666;
      }
         .boxes {}
         .box {
            margin-bottom: 2em;
         }
      
   #footer {
      font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
      font-size: 12px;
      color: #414950;
      padding-top: 20px;
      padding-right: 16px;
      line-height: 1.8em;
   }
      #footer a {
         color: #414950;
      }
      #footerLeft {
         float: left;
         width: 520px;
      }
      #footerRight {
         float: right;
         width: 300px;
         text-align: right;
      }
      #qforma,
      #qforma a {
         color: #93979a;
      }
      #nob {
         float: right;
         margin: 4px 0 0 18px;
      }



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

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

.nbsp {
   white-space: nowrap;
}
