body {
	margin: 0;
	padding: 0;
	background-color: #A6173B;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#top {
	width: 950px;
	height: 168px;
	background: url(images/header.jpg) no-repeat;
	padding: 0;
	margin: 0;
	float: left;
}

#middle {
	width: 950px;
	height: 310px;
	background: url(images/mid.jpg) no-repeat;
	padding: 0;
	margin: 0;
	float: left;
}

#content {
	width: 410px;
	height: 225px;
	margin-top: 25px;
	margin-left: 330px;
	float: left;
}

#bottom {
	width: 950px;
	height: 285px;
	background-image: url(images/footer.jpg);
	padding: 0;
	float: left;
}

#specials-box {
	width: 360px;
	height: 190px;
	float: left;
	margin-top: 75px;
	margin-left: 559px;
}

#nav {
	width: 510px;
	height: 25px;
	margin-left: 350px;
	margin-top: 143px;
}

#nav-center{
	height: 100%;
	width: 510px;
}

#nav-center div{
	float: left;
	height: 100%;
}

#nav a{
	display: block;
	height: 100%;
	cursor: pointer;
	cursor: hand;
}

#nav a:hover{
	background-position: 0 -25px;
}

#nav-blank {
	width: 0px;
}

#nav-01 a{
	width: 80px;
	background: url(images/nav-1.jpg) no-repeat;
}

#nav-02 a{
	width: 168px;
	background: url(images/nav-2.jpg) no-repeat;
}

#nav-03 a{
	width: 169px;
	background: url(images/nav-3.jpg) no-repeat;
}

#nav-04 a{
	width: 93px;
	background: url(images/nav-4.jpg) no-repeat;
}


#footer {
	width: 950px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}


h1 {
	font: italic bold 23px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
	padding-top: 0;
}

.footer-text {
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
	padding-top: 0;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}

