/* LAYOUT CSS: DISPLAY */
/* A main title followed by an image display and A4 based content */


/* LAYOUT BACKGROUND */
div#page_shell.page_shell { /* Standard Tile */
    background: #fff url(../images/bg/bg_tile-page.png) repeat-x top center;
}
div#page_shell.page_shell_home { /* Home Tile */
    background: #fff url(../images/bg/bg_tile-home.png) repeat-x top center;
}

div#layout_back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /*min-width: 800px;*/
    height: 100%;
    overflow: hidden;
}
div#layout_image, div#layout_image_home { /* IMAGE BG */
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1800px;
    margin-left: -900px; /* bg width/2 */
    height: 800px;
    
}
div#layout_image { /* Standard Back */
    background: url(../images/bg/bg-page.jpg) no-repeat top center;
}
div#layout_image_home { /* Home Back */
    background: url(../images/bg/bg-home.jpg) no-repeat top center;
}



/* Menu */
div#layout_menu_shell {
    position: absolute;
    right: 6px;
    top: 32px;
}

div#layout_menu .menuSeparatorIE { /* ie fix */
    width: 10px;
    height: 60px;
    margin-left: -3px;
    margin-right: -3px;
}


/* Footer */
div#footer {
    font-size: 0.9em;
}







/* */
