body{
    background-image: url("/i/background.jpg");
}
#containerTop
{
    background-image: url("/i/background_top.jpg");    
}
#containerBottom{
    background-image: url("/i/background_bottom.jpg");
}
#leftColumn
{
    float: left;
    width: 268px;
    margin-right: 40px;
    font-size: 9pt; 
    line-height: 12pt;  
}

#leftColumn p
{
    line-height: 13pt;      
}
#leftColumn a
{
    text-decoration: none;
    color: #f2b2df; 
}
#leftColumn a:hover
{
    color: white;       
}
#leftColumn h1
{
    display: block;
    font-weight: bold;
    font-size: 11pt;
    background: url("/i/line_brown.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 11px;
    margin:15px 0;
}

.news {padding-bottom: 15px;}
.all {position:relative;}
#allyoucan {position:absolute; width:165px; height:54px; top:-30px; left:140px; background:transparent url("/i/all_you_can_eat.gif"); }

h3.dining span, h4.dining span {font-family:arial;}
h3.dining{
    font-family: Georgia !important;
    font-style: italic;
    font-size: 9pt;
    color:yellow !important;   
    margin: 0;
    line-height: 9pt;
}
h4.dining{
    font-family: Georgia !important;
    font-style: italic;
    font-size: 9pt;
    color:white;
    margin: 0;
    line-height: 9pt;
}


#rightColumn
{
    float: left;
    width: 530px;
    font-size: 10pt;
    color: #f2b2df;         
}
#rightColumn h1{
    margin: 0 0 0 0;
    color: #f8c8e7; 
    font-weight: bold;
    font-size: 13pt;    
}

#footer
{
    margin-top: 85px;
}
.bt
{
    background-image: url("/i/bt.png");
    background-repeat: repeat-x;
    background-position: top center;    
}
.bb
{
    background-image: url("/i/bb.png");
    background-repeat: repeat-x;
    background-position: bottom center; 
}
.bl
{
    background-image: url("/i/bl.png");
    background-repeat: repeat-y;
    background-position: left;  
}
.br
{
    background-image: url("/i/br.png");
    background-repeat: repeat-y;
    background-position: right; 
}
.ctl
{
    background-image: url("/i/ctl.png");
    background-repeat: no-repeat;
    background-position: top left;  
}
.ctr
{
    background-image: url("/i/ctr.png");
    background-repeat: no-repeat;
    background-position: top right; 
}
.cbr
{
    background-image: url("/i/cbr.png");
    background-repeat: no-repeat;
    background-position: bottom right;  
}
.cbl
{
    background-image: url("/i/cbl.png");
    background-repeat: no-repeat;
    background-position: bottom left;   
}
.imageContainer
{
    padding: 9px 9px 9px 9px;
}


