BODY {
	background-color: #422A20;
}

A.nav {
	font-family: Century Gothic, arial, helvetica;
	color: #422A20;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

A.nav:HOVER {
	color: White;
}

DIV.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
DIV.links {
	z-index: 2;
}

TD.navbar {
	background-color: #E9D399;
	font-family: Century Gothic, arial, helvetica;
	color: #422A20;
	font-size: 14px;
	border-color: #422A20;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

TD.content {
	font-family: Century Gothic, arial, helvetica;
	color: #E9D399;
	font-size: 14px;
}

TABLE.offer {
	font-family: Century Gothic, arial, helvetica;
	color: #E9D399;
	font-size: 14px;
	width: 100%;
	border: 1px;
	border-color: #E9D399;
	border-style: solid;
	text-align: center;
}

TABLE.fooddrinks {
	font-family: Century Gothic, arial, helvetica;
	color: #E9D399;
	font-size: 14px;
}

TR.menuhead {
	font-family: Century Gothic, arial, helvetica;
	color: #422A20;
	font-size: 14px;
	background-color: #E9D399;
	font-weight: bold;
}