#banner {
    display:none;
}

/*  ---- Page Header  ---- */
#header {
    position:relative;
    margin:0px;
    padding:0px;

    height: 126px;
    
    background: none;
}

#header #shaddow {
    display:none;
}

#header div.links {
    position:absolute;

    top:90px;
    left:470px;
    
    line-height:0px;
    font-size:0px;

    float:right;
    z-index:100;

    line-height:0px;
    font-size:0px;

    width:413px;
    text-align:center;

    background: url('../images/header_bgr_1.gif');
    background-repeat:no-repeat;
    background-position: center 100%;

}

