html, #content {
	overflow: hidden;
	scrollbar-base-color: #FFB020;
	scrollbar-arrow-color: #49601C;
}

html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 16px;
	color: #000000;
}

a {
	color: #49601c;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #b31b34;
}

#page {
	background-color: #FFFFFF;
	position: absolute;
	width: 480px;
	left: 50%;
	top: 30px;
	margin-left: -240px;
	text-align: center;
}

#enter-button {
	display: block;
	width: 98px;
	height: 27px;
}

#enter-button a {
	background: url(../images/enter.gif) 0px 0px no-repeat;
	position: absolute;
	display: block;
	width: 98px;
	height: 27px;
	left: 240px;
	margin-top: 10px;
	margin-left: -49px;
}

#enter-button a:hover {
	background: url(../images/enter.gif) 0px -27px no-repeat;
}

#left-column {
	background: #900000 url(../images/left-column.gif) repeat-x;
	position: absolute;
	width: 220px;
	height: 100%;
	left: 50%;
	margin-left: -475px;
	border-left: 5px solid #FFB020;
	border-right: 5px solid #FFB020;
}

#flames {
	background-image: url(../images/flames.gif);
	position: absolute;
	width: 220px;
	height: 200px;
	left: 50%;
	bottom: 0px;
	margin-left: -475px;
}

#header {
	background-color: #FFB020;
	position: absolute;
	width: 680px;
	height: 112px;
	left: 50%;
	margin-left: -245px;
	padding-top: 5px;
}

#footer {
	background-color: #FFB020;
	position: absolute;
	width: 680px;
	height: 20px;
	left: 50%;
	bottom: 0px;
	margin-left: -245px;
	border-top: 4px solid #FFB020;
	text-align: center;
}

#right-column {
	background: #900000 url(../images/right-column.gif) repeat-x;
	position: absolute;
	width: 30px;
	height: 100%;
	left: 50%;
	margin-left: 435px;
	border-left: 5px solid #FFB020;
	border-right: 5px solid #FFB020;
}

#content {
	overflow: auto;
	overflow-x: hidden;
	background-color: #FFFFFF;
	position: absolute;
	width: 660px;
	height: auto;
	left: 50%;
	top: 112px;
	margin-left: -245px;
	padding: 0px 10px;
	text-align: justify;
}

.button a {
	background: url(../images/button.gif) 0px 0px no-repeat;
	display: block;
	width: 220px;
	height: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	cursor: default;
}

.button a:hover {
	background: url(../images/button.gif) 0px -24px no-repeat;
}

.button a span {
	position: relative;
	left: 24px;
	top: 4px;
}

.button-active {
	background: url(../images/button.gif) 0px -24px no-repeat;
}

.button-active span {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	position: relative;
	left: 24px;
	cursor: default;
}

.heading {
	padding-top: 35px;
	font-size: large;
	font-weight: bold;
}

.subheading {
	margin-bottom: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	font-size: small;
	font-weight: bold;
}

.menu-subheading {
	margin-bottom: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	font-size: small;
	font-weight: bold;
}

.menu-item {
	margin-bottom: 2px;
	font-size: small;
	font-weight: bold;
}

.menu-price {
	position: relative;
	width: 54px;
	float: right;
	right: 0px;
	margin-left: 24px;
	text-align: right;
}
.menu-price .currency {
	float: left;
}

.menu-photo {
	margin: 3px 0px 8px;
}