/**
 * STYLE SHEET :: FOOD & DRINK MENUS
 *
 * Specifies styles specific to food & drink menu pages
 */



#content p {
    text-align: center;
    }

    #content p span {
        font-weight: bold;
        color: #C1A129;
        }

#content img.menuSeparator {
    display: block;
    width: 24px;
    height: 7px;
    margin: 1.5em auto;
    }

#content p.note {
    margin-top: 2.5em;
    }


