/* ------------------------------------------- */
/* BODY                                        */
body { background: #996250; }
/* ------------------------------------------- */
/* BRANDING                                    */
#branding { background: url('/piccolomondo/images/branding-brick.jpg') repeat-x; }
    #branding h1 { background: url('/piccolomondo/images/logo-brick.jpg') no-repeat; }
/* ------------------------------------------- */
/* NAV MAIN                                    */
#nav_main { background: url('/piccolomondo/images/nav-brick.gif') no-repeat right bottom; }
    #nav_main li { background: url('/piccolomondo/images/nav-brick.gif') repeat-x left bottom; }
        #nav_main a:hover { background: url('/piccolomondo/images/nav_hover-brick.gif') repeat-x left bottom; }
        #nav_main .current a { background: url('/piccolomondo/images/nav_hover-brick.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: #664a45 url('/piccolomondo/images/content-brick.jpg') repeat-x; }
/* ------------------------------------------- */
/* SITE INFO                                   */
#site_info { background: url('/piccolomondo/images/site_info-brick.jpg') repeat-x; }
    #site_info p { background: url('/piccolomondo/images/baseline-brick.jpg') no-repeat left top; }

