@charset "UTF-8";
/* CSS Document */

.wrapper {
	background-image:url(img/home.gif);
	background-repeat: no-repeat;
	height: 599px;
	width: 801px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
}
.logo {
height: 290px;
}

.menu {
	text-align:center;
	display: inline;
	margin: 0 auto;
}
	.menu a {
		color: #5e0000;
		text-decoration:none;
	}
		.menu a:hover {
			text-decoration:underline;
		}

.introduction {
	width: 670px;
	text-align: left;
	padding: 25px 0 0 80px;
}

.introduction p {
	width: 300px;
	float: left;
	margin: 0 30px 20px 0;
}
.specials {
	line-height: 22px;
}
.hours {
	margin: 35px 0 0 0;
	width: 770px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}