
body {
   background: url(../gfx/bgBody.jpg) 100% 240px no-repeat #d5d6ea;
}

.siteContainer {
   position: relative;
   z-index: 10;
   width: 881px;
   margin: 0 auto;
}
   #header {
      position: relative;
      height: 263px;
   }
      #topMenu {
         position: absolute;
         top: 0;
         right: 0;
         border-right: 1px solid #fff200;
      }
         #topMenu li {
	         background: url(../gfx/bgTopMenu.gif) top left repeat-x #fff200;
            border-left: 1px solid #fff200;
         }
         #topMenu li.active {
	         background: url(../gfx/bgTopMenuActive.gif) top left repeat-x #fff200;
         }
         #topMenu a {
            padding: 6px 8px;
         }
         
      #mainMenu {
         position: absolute;
         top: 83px;
         height: 58px;
         width: 100%;
         border-bottom: 4px solid #fff200;
         background: url(../gfx/bgMainMenuBar.gif) bottom left repeat-x;
      }
         #mainMenu ul {
            margin-left: 370px;
         }
         #mainMenu li {
            margin-left: 12px;
         }
      #logo {
         position: absolute;
         left: 0;
         bottom: 0;
         width: 438px;
         height: 118px;
         background-color: #23408f;
      }
         #logo img {
            position: absolute;
            top: 18px;
            left: 18px;
         }
      #player {
         position: absolute;
         top: 0;
         left: 74px;
         width: 198px;
         height: 138px;
      }
      #slogan {
         position: absolute;
         top: 31px;
         left: 209px;
         width: 222px;
         height: 40px;
      }
      #overlayHeader {
         position: absolute;
         right: 0;
         bottom: 0;
         width: 443px;
         height: 118px;
         background: url(../gfx/transparencyYellow.png);
      }
         #overlayHeader h2 {
            position: absolute;
            right: 0;
            bottom: 0;
         }
         #overlayHeader h2,
         #right h2 {
            margin: 0;
            width: 255px;
            padding: 12px 0 10px 14px;
            font-size: 22px;
            color: #fff;
            border-top: 4px solid #fff200;
            background: #23408f;
         }
   #main {
      background: url(../gfx/bgMain.gif) top right repeat-y #fff;
   }
      #left,
      #right {
         float: left;
         display: inline;
      }
      #left {
         width: 612px;
      }
         #mainContent {
            padding: 24px 60px 24px 24px;
         }
      #right {
         width: 269px;
      }
         #right .menu li {
            border-bottom: 1px solid #dbdce9;
         }
         #right .menu a {
            width: 245px;
            padding: 5px 10px 5px 14px;
            color: #14234c;
            text-decoration: none;
            background: url(../gfx/bgRightMenuItem.gif) bottom left repeat-x;
         }
            #right .menu .active a,
            #right .menu a.active {
               background: #fff;
            }
         #right .spacer {
            clear: both;
            height: 32px;
         }
   #footer {
      padding: 8px 24px;
      font-size: 11px;
      line-height: 1.6em;
      border-top: 1px solid #23408f;
      background: url(../gfx/bgFooter.gif) top left repeat-x #f7f7fb;
   }
      #footer p {
         padding: 10px 0;
      }
      #footer a,
      #footer p {
         margin: 0;
         color: #23408f;
      }
      #footerLogos {
         float: right;
      }
         #footerLogos img {
            vertical-align: middle;
         }
   #credentials {
      text-align: right;
   }
      #credentials,
      #credentials a {
         padding: 4px;
         font-size: 10px;
         color: #8082c1;
      }
   
#headerBackground {
   position: absolute;
   z-index: 5;
   top: 0;
   left: 0;
   height: 263px;
   width: 100%;
   background: url(../gfx/_header.jpg) top center no-repeat #28282a;
}



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