/* ------------------------------------------- */
/* NAV MAIN                                    */
#nav_main a { color: #fff; }
/* ------------------------------------------- */
/* CONTENT MAIN                                */
#content_main { color: #fff }
    /* ------------------------------------------- */
    /* CONTENT SUB                                 */
    #content_sub { background: rgba(255,255,255,.9); }
        #content_sub h2, #content_sub h3 { color: #716667; }
        #content_sub li { background: url('/piccolomondo/images/circle.png') no-repeat left center; border-bottom: 1px solid #e1e2e2; }
            #content_sub li a { background: url('/piccolomondo/images/more.png') no-repeat left bottom; }
            #content_sub li a:hover { color: #333; }
        #content_sub a { color: #716667; }
        #content_sub p { color: #969696; }
    /* ------------------------------------------- */
    /* CONTENT GALLERY                             */
    #content_gallery { border-left: 11px solid #e8e8e7; border-right: 11px solid #e8e8e7; }
    /* ------------------------------------------- */
    /* CONTENT BOOKING                             */
    #content_booking { border-left: 11px solid #e8e8e7; }
/* ------------------------------------------- */
/* SITE INFO                                   */
#site_info { color: #fff; }
    #site_info a { color: #fff; }
