body {
	margin: 0;
	padding: 0;
	color: #5E0E0F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	height: 675px;
	background-image: url(images/FinalContainer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 2px solid #722100;
	border-right: 2px solid #722100;
	border-bottom: 2px solid #722100; padding-left:0; padding-right:0; padding-top:122px; padding-bottom:0;
}
#breakfastwrapper {
	position: relative;
	text-align: left;
	width: 800px;
	height: 1200px;
	background-image: url(images/BreakfastContainer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 2px solid #722100;
	border-right: 2px solid #722100;
	border-bottom: 2px solid #722100; padding-left:0; padding-right:0; padding-top:122px; padding-bottom:0;
}

#hnav {
	position:absolute;
	height: 35px;
	width: 445px;
	margin-top: 83px;
	margin-left: 343px;
	color: #FFD65A;
	font-size: 100%;
	"Antigoni Med", Arial, Verdana;
	text-decoration: none;
}
#hnav a:link, #hnav a:visited {
	color: #FFD65A;
	font-size: 100%;
	"Antigoni Med", Arial, Verdana;
	text-decoration: none;
	background color: transparent;
}
#hnav a:hover {
	text-decoration: underline;
	color: #FFEE5A;
	background-color: transparent;
	font-size: 100%;
}

#content {
	margin-left: 30px;
	margin-top: 100px;
	padding: 20px 10px 0 0;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}
#menu {
	font-size: .9em;
	line-height: 1em;
	padding-left: 15px;
}
#menu td{
font-size: .9em;
	line-height: 1em;
	padding-left: 10em;
}
#navigation {
	position: absolute;
	text-decoration: none;
	margin-top: 140px;
	color: #FFD65A;
	margin-left: 25px;
	width: 190px;
	font-family: "Antigoni Med", Arial, Verdana;
}
#navigation ul {
	list-style: none;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	color: #FFD65A;
}
#navigation li {
	text-decoration: none;
	list-style: none;
	display: block;
	line-height: 24px;
	width: 180px;
	color: #FFD65A;
	margin: 0;
	padding: 0;
	font-size: 20px;
	"Antigoni Med", Arial, Verdana;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	color: #FFD65A;
	font-size: 100%;
	"Antigoni Med", Arial, Verdana;
	text-decoration: none;
}
#navigation a:hover {
	display: block;
	text-decoration: underline;
	color: #FFEE5A;
	background-color: transparent;
}
#footer {
	padding: 0 0 10px 255px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}