/* ------------------------ MIDDLE ------------------------------------- */
#specials {
    float: left;
    width: 140px;
    height: 500px;
    padding: 5px;
    background-color: #FFF;
    text-align: justify;
}
#middle {
    float: left;
    width: 434px;

    overflow: visible;
    padding: 5px 7px 10px 7px;
    background: #FFF;
    border-left: 1px solid #600;
    border-right: 1px solid #600;
}
#middle p {
    line-height: 14px;

}
#news {
    float: left;
    width: 140px;
    height: 500px;
    padding: 5px;
    background: #FFF;
    font-size: 10px;
}
html {
    background: url(/restaurant/images/background3.gif);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#container {
    width: 750px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}
#middle_container {
    background: #FFF;
    overflow: visible;
}
/* ------------------------ HEADER ------------------------------------- */
#header {
    width: 750px;
    height: auto;
}

#header_left {
    height: 20px;
    width: 48%;
    float: left;
    background-color: #600;
}
#header_right {
    width: 52%;
    height: 20px;
    float: right;
    background: url(/restaurant/images/curve3.gif) no-repeat left bottom;
    text-align: right;
}
#header_bottom {
    height: 20px;
    background-color: #600;
    text-align: right;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    border-bottom: 2px solid #FFF; 
}
/* ------------------------ NAVBAR ------------------------------------- */
#center_navbar {
    background-color: #D2691E; /* CHOCOLATE */
    text-align: center;
    color: #FFF;
    padding: 7px 0px 7px 0px;
    border-bottom: 1px solid #600;
    border-top: 2px solid #FFF;
    background: url(/restaurant/images/navbarback.gif) repeat-x;
}
/* ------------------------ BOTTOM -------------------------------------- */
#entire_footer {
    clear: both;
}
#address_footer {
    background: url(/restaurant/images/back99.gif) repeat-x top;
    border-top: 1px solid #600;
    padding: 5px;
    height: 45px;
    text-align: center;
    
}
#maroon_stripe {
    background-color: #600;
    border-top: 2px solid #FFF;
    height: 20px;
}
#maroon_footer_left {
    float: left;
    position: relative;
    width: 52%;
    height: 40px;
    background: url(../images/curve2.gif) no-repeat right top;
}
#maroon_footer_right {
    float: right;
    width: 48%;
    height: 20px;
    background-color: #600;
    text-align: right;
}
/* ------------------------ A'S ------------------------------------------ */
a.t {
    color: #600;
    text-decoration: underline;
}
a.t:hover {
    color: #600;
    text-decoration: none;
}
a.navbar {
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}
a.navbar:hover {
    color: #600;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}
a img {border: none;}
/* --------------------------------HEADINGS ------------------------------ */
h2 {
    font-size: 11px;
    border-bottom: 1px solid #600;
    margin: 3px 3px 10px 3px;
}
/* --------------------------------ASP----- ------------------------------ */
.mealname {
    font-size: 11px;
    font-weight: bold;
}

.mealdesc {
    font-size: 10px;
    margin-bottom: 10px;
}

.mealrow {
    border-bottom: 1px dashed #600;
}

img.specials {
    width: 130px;
    border: none;
    margin-bottom: 10px;
}
span{
    padding: 3px;
}
.bufinfo {
    position: absolute; 
    right: 0px; 
    top: 90px;

}
.infobox {
    text-align: justify; 
    padding: 10px; 
    color: #124924; 
    background: #F9F0D9;
    font-weight: bold;
}
.housebutton {
    padding: 0px;
    margin: 0xp;

}
a.navbar1 {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
a:hover.navbar1 {
    color: #FFF;
    text-decoration: underline;
}
        .th {
            font-weight: bold;
            color: 600;
            background-color: #EEE;
            border-bottom: 1px solid #555;
            border-right: 1px solid #555;

        }
        .fc {
            border-bottom: 1px solid #CCC;
            border-right: 1px solid #CCC;
        }

        .fb {
            border-bottom: 1px solid #CCC;
            border-right: 1px solid #CCC;
            text-align: left;
        }
.menuitem {
        border-bottom: 1px dashed #600; 
        margin: 10px 0px 10px 0px;
        padding-bottom: 10px;
}

.menuitem strong {
    font-family:impact, haettenschweiler, arial narrow;
    color:#500;
    font-size:15px;
    font-weight:normal;
    border: 0px;
    margin:15px 0 5px 0;
    padding-bottom: 5px;
    }
