body {
}
	
/*These are the div backgrounds for each page with the corresponding .html file name*/

.about {
	background-position: right;
	background-image: url(../images/about.gif);
}


.hours {
	background-image: url(../images/hours.gif);
	background-position: right;
}

.reviews {
	background-image: url(../images/reviews.gif);
	background-position: right;
}

.contact {
	background-image: url(../images/contact.gif);
	background-position: right;
}


/*Backgrounds for the headers*/

#headerabout	{
	background-image: url(../images/header_about.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
	text-indent: -9999px;
}

#headermenu	{
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	text-align: right;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/header_menu.gif);
}
#headermenu a {
	color: #841309;
}



#headerhours	{
	background-image: url(../images/header_hours.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
}

#headerreviews	{
	background-image: url(../images/header_reviews.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
}

#headerfood	{
	background-image: url(../images/header_food.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
	display: none;
}


#headergallery	{
	background-image: url(../images/header_gallery.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
}

#headercontact	{
	background-image: url(../images/header_contact.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
	text-indent: -9999px;
	font-weight: normal;
	font-size: 1px;
	line-height: 0px;
}
.highlight {
	background-color: #dff987;
}
