/* - - - Start page specific stylesheet - - - */
/* - - - LAYOUT - - - */

@import "global.css";
#slideshow
{
	display: block;
	width: 671px;
	height: 277px;
	padding: 0px;
        float: left;
        display: inline;
}

#secondary
{
    float: right;
    display: inline;
    background-image: url('../images/lunch_no.png');
    background-repeat: no-repeat;
    background-position: 0px 1px;
    width: 219px;
    height: 234px;
    padding: 20px;
}
#main
{
	height: 100%;
        clear: both;
        padding-top: 10px;
}
.puff
{
    width: 221px;
    height: 206px;
    float: left;
    display: inline;
    margin-right: 4px;
}

.reserve
{
 padding-top: 1px;
}/*
#content #main .reserve p
{
    margin-top: 83px;
}
#content #main .reserve p a
{
    font-family:"MediaevalSCOSF",verdana,arial,helvetica,sans-serif;
    color: #FFFFFF;
    font-size: 22px;
}*/

#secondary
{
    text-align: center;
    font-size: 11px;
}
#secondary p
{
    margin-bottom: 1px;
    font-size: 11px;
    line-height: 12px;
}
#secondary h1
{
    color: #000000;
    font-size: 20px;
}
#secondary h2
{
    margin-top: 10px;
    font-size: 14px;
}
#secondary a
{
    font-size: 12px;
    color: #d99d38;
}

#lunch
{
    height: 129px;
    margin-bottom: 10px;
    border-bottom: #f3f0ed solid 1px;
}
#lunch h1
{
	margin-bottom: 2px;
}
#lunch h2
{
    text-transform : capitalize;
}
#lunch em
{
	font-size: 11px;
}
#lunch #menu_link
{
    padding-top: 0;
}
