body, html { margin:0; padding:0; }
html {
    background:#c3bf9a;
}

body {
    background: none;
    font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
}

#Home .home, #about-us .about-us, #lunch-2 .lunch-2, #dinner-2 .dinner-2, #bar-2 .bar-2, #news .news {
    color: #FFCF01;
}
#Spacer { width:704px; height:100px; }
#Container {
    margin:0px 0 0 130px;
    background-color: #e6e3c3;
    border: solid 1px #777;
	z-index:500;
	position:relative;
}

#Main {
    margin: 0 auto;
	width:950px;
}
#Shadow {
    background: url(../images/layout/backBorder.png);
	width:950px;
	z-index:500;
	position:relative;
}
#backTop {
	width:950px;
	height:250px;
	background:url(../images/layout/backTop.png);
	position:absolute;
	
	
}
#backBottom {
	width:950px;
	background:url(../images/layout/backBottom.png);
	margin-left:12px;
	margin-top:-160px;
	height:250px;
	position:absolute;
	z-index:200;
}
#Header {
}

#ContentHolder {
    position: relative;
    min-height: 200px;
	margin-top:10px;
}

#Content {
    margin-top: 40px;
    position: relative;
    z-index: 500;
    color: #413000;
	padding-bottom:30px;
}
	#Content h1 {
		text-align:center;
	}
.cornerTL {
    background: url(../images/layout/cornerTL.png) no-repeat;
    position: absolute;
    left: 10px;
    width: 129px;
    height: 123px;
    z-index: 1;
}

.cornerTR {
    background: url(../images/layout/cornerTR.png) no-repeat;
    position: absolute;
    right: 10px;
    width: 129px;
    height: 123px;
    z-index: 1;
}

.cornerBL {
    background: url(../images/layout/cornerBL.png) no-repeat;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 129px;
    height: 123px;
    z-index: 1;
}

.cornerBR {
    background: url(../images/layout/cornerBR.png) no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 129px;
    height: 123px;
    z-index: 1;
}

#Footer {
    background-image: url(../images/layout/nav_background_3.png);
    height: 51px;
    border-top: solid 1px #777;
    text-align: center;
}

#Footer ul.menu {
    background: none;
    width: auto;
    border: none;
}

#Footer ul.menu li {
    margin: 0 5px;
}

#Footer ul.menu li:first-child {
    margin-left: 20px;
}
#Footer ul.menu li a {
    font-size: 14px;
    padding: 2px;
    letter-spacing: 0;
    text-transform: lowercase;
	font-variant:normal;
    font-weight: 300;
}

#Footer ul.menu li a:hover {
    background: none;
    color: #ffcf01;
}

#Footer span {
    color: #ffcf01;
    position: absolute;
    left: 20px;
    bottom: 5px;
    font-size: 13px;
}

#Footer a {
	color:#C3BF9A;
}

#Footer a:hover {
    color: #ffcf01;
}

#Footer a.map {
    float: right;
    margin: 8px 20px;
    font-size: 22px;
    font-weight: 700;
    color: #ffcf01;
}

.sanSerif {
    font-family: Helvetica, Arial, sans-serif;
}

.serif {
    font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
}

a {
    outline: none;
    color: #78785E;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0 0 1em 1em;
    font-size: 1.3em;
}

a:hover {
    color: #9e5e50;
}

h2 {
    color: #444;
    font-size: 2em;
    margin-bottom: 0.3em;
}

h3 {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

h4 {
    color: #444;
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 3em;
    padding-left: 1em;
}

.logo {
    text-align: center;
}

.logo img {
    margin: 0;
}

.slideshow {
    height: 144px;
    width: 267px;
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #777;
    border-right: solid 1px #777;
}

.rightSlide {
    border-right: none;
    border-left: solid 1px #777;
}

.slideshow img {
    display: block;
    position: absolute;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
    visibility: visible;
}

#sbox-overlay {
    position: absolute;
    background-color: #000;
}

#sbox-window {
    position: absolute;
    background-color: #fff;
    text-align: left;
    overflow: visible;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#sbox-btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    background: url(images/closebox.png) no-repeat center;
    border: none;
}

.sbox-window-ie6 #sbox-btn-close {
    background-image: url(images/closebox.gif);
}

.sbox-loading #sbox-content {
    background-image: url(images/spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
}

#sbox-content {
    clear: both;
    overflow: auto;
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.sbox-content-image#sbox-content {
    overflow: visible;
}

#sbox-image {
    display: block;
}

.sbox-content-image img {
    display: block;
}

.sbox-content-iframe#sbox-content {
    overflow: visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select {
    visibility: hidden;
}
#MenuLeft, #MenuRight {
	text-align:center;
}

#MenuLeft h2, #MenuRight h2 {
	margin-bottom:0;
	color:#f15d22;
	font-size:2.2em;
	margin-top:20px;
	text-transform:uppercase;
	}
#MenuLeft h3, #MenuRight h3 {
	color:#413000;
	font-size:1.2em;
	font-style:italic;
	margin-bottom:6px;
	font-weight:600;
	}
#MenuLeft h4, #MenuRight h4 {
	margin-top:8px;
	margin-bottom:0;
	color:#413000;
	font-size:1.2em;
	font-weight:600;
	}
#MenuLeft h4.soup, #MenuRight h4.soup {
	margin-bottom:12px;
	color:#413000;
	font-size:1.3em;
	font-weight:300;
	}
#MenuLeft h5, #MenuRight h5 {
	color:#413000;
	margin-bottom:12px;
	font-size:1.2em;
	}
	