html, body, input, textarea, select {
	font-family: Verdana, Trebuchet, "Trebuchet MS", Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

body {
	background: #000000 url(../images/bg.jpg) 50% 0 repeat-y;
	text-align: center;
}

#header {
	margin: 20px auto 0 auto;
	width: 900px;
	height: 60px;
	text-align: left;
}

#header a.address {
	display: block;
	float: right;
	width: 343px;
	height: 55px;
	background: url(../images/address.png) top left no-repeat;
	text-indent: -9999px; /* hide the text, for screen readers only */
}

#header a.address:hover {
	background-position: 0 -55px;
}

#container {
	margin: 0 auto 30px auto;
	padding: 10px;
	width: 900px;
	background: #000000;
	text-align: left;
}

#page {
	display: table-row;
	border-collapse: collapse;
}

/* ***********************************************************************
 * NAVIGATIONS
 *********************************************************************** */

#nav {
	display: table-cell;
	vertical-align: top;
	width: 131px;
	padding: 1px;
	background: #000000;
	border: 1px solid #7e4a43;
}

#nav #links {
	padding: 31px 0; /* match the height of the links */
	border-bottom: 1px solid #7e4a43;
}

#nav #ee_logo {
	display: block;
	margin: 23px;
	text-align: center;
}

#links .main a, #links .menus a, #links .story a, #links .directions a, #links .contact a, #links .chef a, #links .reservations a {
	display: block;
	height: 31px;
	width: 131px;
	background: url(../images/nav_links.jpg) no-repeat;
	text-indent: -9999px; /* hide the text, for screen readers only */
}

#links .main a {
	background-position: 0 0;
}

#links .main a:hover, #links .main a.current_page  {
	background-position: -131px 0;
}

#links .menus a {
	background-position: 0 -31px;
}

#links .menus a:hover, #links .menus a.current_page {
	background-position: -131px -31px;
}

#links .story a {
	background-position: 0 -62px;
}

#links .story a:hover, #links .story a.current_page {
	background-position: -131px -62px;
}

#links .directions a {
	background-position: 0 -93px;
}

#links .directions a:hover, #links .directions a.current_page {
	background-position: -131px -93px;
}

#links .contact a {
	background-position: 0 -124px;
}

#links .contact a:hover, #links .contact a.current_page {
	background-position: -131px -124px;
}

#links .chef a {
	background-position: 0 -155px;
}

#links .chef a:hover, #links .chef a.current_page {
	background-position: -131px -155px;
}

#links .reservations a {
	background-position: 0 -186px;
}

#links .reservations a:hover, #links .reservations a.current_page {
	background-position: -131px -186px;
}

#spacer {
	display: table-cell;
	width: 4px;
}

#content, #gallery {
	display: table-cell;
	border: 1px solid #7e4a43;
	background: #000000;
}

#content {
	width: 474px;
	text-align: center;
	vertical-align: middle;
}

#gallery {
	position: relative;
	width: 759px;
	height: 506px;
	vertical-align: top;
	overflow: hidden;
}

#gallery .holiday-banner {
	position: absolute;
	width: 759px;
	height: 120px;
	z-index: 1000;
}

#sidebar {
	display: table-cell;
	width: 295px;
	border-top: 1px solid #7e4a43;
	border-right: 1px solid #7e4a43;
	border-bottom: 1px solid #7e4a43;
	background: #1d1d1e url(../images/sidebar_bg.jpg) top left repeat-x;
}

#sidebar h2 {
	padding: 12px 4px;
	margin-bottom: 23px;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #7e4a43;
}

#sidebar p {
	margin: 0 28px 15px 28px;
	line-height: 14px;
}

#sidebar .footer {
	margin-top: 28px;
	text-align: center;
}

#footer {
	height: 40px;
	margin: 15px 0;
	line-height: 40px;
	font-weight: bold;
	text-align: right;
}

#footer a {
	text-decoration: none;
}

#footer .hours {
	float: left;
}

.hidden {
	display: none;
}

.directions-footer {
	display: block;
	padding-top: 65px;
	text-align: center;
	height: 116px;
	background: url(../images/pages/directions_footer.png) 20px 0 no-repeat;
}

.menu {
	padding: 20px;
}