body{
    margin: 0;
    padding: 0;
    font-family: "Verdana", "Lucida Console";
    font-size: 11px;
    text-align: center;
    background: url(../images/site-mock-full-bg.jpg) repeat-x #997054 fixed bottom left;
}

a {color: #685A4D; text-decoration: none;}
a:hover{color: #000000;}
a img {border:0}
h2 {
    text-align: center;
    color: #99212B;
    font-size: 18px;
}
/*center width 952px*/
#warning
{
    display: none;
}
#mainwrapper
{
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}
#center-content
{
    width: 952px;
    background: url(../images/main_bg.png) repeat;
    margin-left: 0px;
    text-align: center;
    margin-right: 37px;
}

#logo {float: right;
width: 305px;
height: 305px;
margin-right: 300px;
}
#border-left{
    background: url(../images/left-border.png) repeat-y;
    width: 37px;
    float: left;
}
#border-right {
    background: url(../images/right-border.png) repeat-y top right;
    width: 987px;
    margin-left: 37px;
}

#header, #footer
{
    background: url(../images/header-footer-bg.png) repeat;
}
#header
{
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    font-size: 1em;
    position: fixed;
    left: 0;
    width: 100%;
}
#menu
{
    background: url(../images/menu-bar.png) no-repeat 10px 0;
    margin: 0;
    z-index: -10;
}
#menu ul {
    list-style: none;
    margin-top: 0;
    margin-left: 0px;
    color: white;
    font-size: 14px;
    text-align: left;
    padding-top: 50px;
    padding-left: 40px;
}
#menu ul li
{
    padding: 0 0 32px 0;
    line-height: normal !important;
}
#menu a, #menu ul.main li a:hover
{
    color: #ffffff;
}

#menu a:hover
{
    color: #F2C36F;
}
.textcontent
{
    padding: 30px;
    text-align: left;
    margin-left: 80px;
    font-size: 12px;
    color: #333333;
    
}
#menu ul.main
{
    line-height: normal;
    color: #99212B;
    list-style: disc;
    font-weight: bold;
    font-size: 12px;
}
#menu ul.main li
{
    padding: 0 0 10px 0;
}
#contact a
{
      color: #99212B;
}

#footer
{
    color: #0B0704;
    padding: 5px;
    text-align: left;
    font-size: .8em;
}
#specials
{
    text-align: center;
    background-color: #D3985D;
}

.rightalign
{
    text-align: right;
    float: right;
    display: inline;
}
.rightalign a{color: #0B0704;}
.rightalign a:hover{color: #ffffff;}
.clear
{
    clear: both;
}
.clearr
{
    clear: right;
}

.line
{
    border-bottom: 1px solid #443027;
    width: 100%;
}

#contact
{
    background-color: #EFE8D1;
    border: 1px solid #ffffff;
    width: 450px;
    float: right;
    padding: 10px;
}

.time-center{
    text-align: center;
    font-size: 1.2em;
    
}
