@charset "utf-8";
/* CSS Document */

.navBackground {
	background-image: url(images/navBarBackground.jpg);
	background-repeat:no-repeat;
	line-height: 36px;
}
a {
	color:#FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
body {
	margin: 0pz;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.subHead {
	color: #FFFF00;
	text-align: center;
	font-size: 18px;
}
.hours {
	text-align: right;
	padding-right: 10px;
}
.contentBackgroundTop {
	background-image: url(images/contentBackgroundTop.jpg);
	background-repeat: no-repeat;
}
.contentBackgroundMiddle {
	background-image: url(images/contentBackgroundMiddle.jpg);
	background-repeat: repeat-y;
}
.contentBackgroundBottom {
	background-image: url(images/contentBackgroundBottom.jpg);
	background-repeat: no-repeat;
}
.contentBackground1 {
	background-image: url(images/specialsBackground1.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.contentBackground2 {
	background-image: url(images/specialsBackground2.jpg);
	background-repeat: no-repeat;
}
.contentBackground3 {
	background-image: url(images/specialsBackground3.jpg);
	background-repeat: no-repeat;
	padding-left: 55px;
}
.copyrightinfo {
	font-size: 10px;
}
.yellowBody {
	color:#FFFF00;
	font-weight: bold;
}