body { 
    /* background: #124; */
//    background: #534;
//    background: #735;
    background: #000;
}

#wrap {
    background: #fff; //#ffe; //#eef;
    padding: 0 10px;
}

#site_nav_global_primary {
    top: 0;
    width: 108%;
    right: -4%;
/*
    border-bottom-style: outset;
    border-right-style: outset;
    border-left-style: outset;
    border-color: #99f;
*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

address img {
    max-height: 75px;
    max-width: none;
}

#core {
    // border-top: 5px solid #d8dae6;
    border: none;
/*
    border-top: 1px solid #d8dae6;
    border-left: 1px solid #d8dae6;
    border-right: 1px solid #d8dae6;
*/
}

#header {
//    padding-top: 2em;
    padding-top: 0;
}

#site_notice {
    top: 0;
    margin: 25px 0px 0px 0px;
    border: 1px solid #000;
    text-align: center;
    width: auto;
}

/*
#site_nav_global_primary {
    top: 0px;
    right: -14px;
    padding-top: 5px;
    height: 30px;
    width: 986px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    z-index: 98;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #516499;
    border-right: 1px solid #516499;
}
*/

