/* ------------------------------------------- */
/* BODY                                        */
body { background: #4c95ad; }
/* ------------------------------------------- */
/* BRANDING                                    */
#branding { background: url('/piccolomondo/images/branding.jpg') repeat-x; }
    #branding h1 { background: url('/piccolomondo/images/logo.jpg') no-repeat; }
/* ------------------------------------------- */
/* NAV MAIN                                    */
#nav_main { background: url('/piccolomondo/images/nav.gif') no-repeat right bottom; }
    #nav_main ul li { background: url('/piccolomondo/images/nav.gif') repeat-x left bottom; }
        #nav_main a:hover { background: url('/piccolomondo/images/nav_hover.gif') repeat-x left bottom; }
        #nav_main .current a { background: url('/piccolomondo/images/nav_hover.gif') repeat-x left bottom; }
        
        #nav_main ul.lang li { background: none; }
        #nav_main ul.lang li a { background: none; }
        #nav_main ul.lang li a:hover { background: none; }
        
/* ------------------------------------------- */
/* CONTENT                                     */
#content { background: #40879f url('/piccolomondo/images/content.jpg') repeat-x; }
/* ------------------------------------------- */
/* SITE INFO                                   */
#site_info { background: url('/piccolomondo/images/site_info.jpg') repeat-x; }
    #site_info p { background: url('/piccolomondo/images/baseline.jpg') no-repeat left top; }
