/** header ********************************************************************/

#header {
    position:               relative;
    width:                  990px;
    height:                 391px;
    background:             #0085C8 url(images/header-home.jpg) no-repeat left center;
}

/** navigation ****************************************************************/
#navcontainer {
    position:               absolute;
    z-index:                100;
    top:                    359px;
    left:                   0;
    width:                  990px;
    height:                 32px;
    background:             transparent;
}

/** sidebar-right *************************************************************/
#sidebar-right {
    float:                  left;
    width:                  260px;
    height:                 500px;
    background:             #0085C8 url(images/background-sidebar-right-home.gif) no-repeat right bottom;
}

