#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #3C0000;
	border-left-color: #3C0000;
	text-align: right;
	height: 0px;
	color: #000;
}
#wrapper #story p {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}
#wrapper div p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
#wrapper #navigation {
	height: 35px;
	color: #333;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation a {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	display: block;
	height: 35px;
	width: 100px;
	float: left;
	text-align: center;
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/rollover3.jpg);
}
#wrapper #navigation a:hover {
	background-position: bottom;
	color: #F00;
}
#wrapper #footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}
#wrapper #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
#wrapper #hours2 div {
	color: #FF9;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	text-align: center;
}
#wrapper #story table {
	background-color: #FFF1C5;
	color: #000;
	width: 600px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding: 0px;
}
#wrapper #story table_left {
	text-align: right;
}
