/* =Catering Styles
___________________________________________________________________________*/

html, body {
       background: #F7C60F url(http://www.snowcitycafe.com/images/graphics/staff-bg.gif) repeat-x top left;
}
#staff {
        position: absolute;
        height: 104px;
        width: 204px;
        left: 500px;
        top: 136px;
        z-index: 500;
        }

#footer p {color: #000}

select, input, option {
        background: #FAC70C;
        color: #000;
        border: 2px solid #DFB20C;
        font-size : 10px;
        }
.checkbox {
        background-color:  transparent;
        margin:  0;
        padding: 0;
        border: 0;
        }

textarea {
        margin-left: 0;
        padding-left: 0;
        padding-right: 70px;
        background: #FAC70C;
        color: #000; 
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        border: 5px solid #DFB20C;
        }

textarea:focus { background-color: #fff;}
input:focus { background-color: #fff; }
checkbox:focus { background-color: #fff; }

.main-content img {border-left: 6px solid #E9B700;border-top: 6px solid #E9B700; border-right: 6px solid #FFDB58; border-bottom: 6px solid #FFDB58;}

#sub-content img {border-left: 6px solid #E9B700;border-top: 6px solid #E9B700; border-right: 6px solid #FFDB58; border-bottom: 6px solid #FFDB58;}
