body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #4f4837;
	color: #c1b179;
	margin: 0px;
	background-image: url(assets/tile.jpg);
	background-repeat: repeat-x;
	line-height: 1.75em;
}
a:link {
	font-weight: bold;
	color: #c1b179;
	text-decoration: underline;
}
a:visited {
	color: #A19364;
}
a:hover {
	color: #ea5641;
	text-decoration: none;
}
.sandwich {
	font-weight: bold;
	color: #ea5641;
}
.ingredients {
	color: #8d9e6d;
}
.header {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.hr {
 	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ea5641;
}
.award_logo {
	background-image: url(assets/beehive.png);
	background-repeat: no-repeat;
	position: fixed;
	z-index: 10;
	left: 0px;
	top: 0px;
	height: 133px;
	width: 226px;
}
#main {
	background-image: url(assets/sign.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 9;
	width: 570px;
	left: 160px;
	top: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#main #menu {
	position: relative;
	top: 310px;
	margin: 0px;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ea5641;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
}
#quote {
	background-color: #3b3629;
	position: absolute;
	z-index: 11;
	height: 265px;
	width: 375px;
	left: 785px;
	top: 475px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	margin: 0px;
	color: #a7a57a;
	line-height: 1.7em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #72684F;
	border-right-color: #221F18;
	border-bottom-color: #221F18;
	border-left-color: #5B533F;
}
#contact {
	position: absolute;
	z-index: 8;
	height: 300px;
	width: 405px;
	left: 800px;
	top: 85px;
}

