@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../graphics/headermenu.gif);
	background-repeat: repeat-x;
}
#header {
	background-repeat: no-repeat;
	height: 182px;
	background-image: url(../graphics/headerbg.gif);

}
#middle {
	height: auto;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: 35px center;
	background-color: #FFEDD5;
}
#specials {
	background-repeat: no-repeat;
	width: 364px;
	height: 70px;
	margin-left: 450px;
	background-position: bottom;
	background-image: url(../graphics/hrs.png);
}


#content {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	height: 78px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-image: url(../graphics/footermenu.gif);
	background-position: bottom;
}
#menubar {
	height: 46px;
	width: 378px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 493px;
	margin-top: 0px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	color: #6A0C0C;
	text-decoration: none;
}
a:visited {
	color: #6A0C0C;
	text-decoration: none;
}
a:hover {
	color: #6A0C0C;
	text-decoration: underline;
}
a:active {
	color: #6A0C0C;
	text-decoration: none;
}
a {
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
}

