body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

.cents{
	text-decoration: underline;
	font-size: 0.75em;
	line-height: 0.5em;
	vertical-align: super;
}
.footer{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: black; 
	text-align: center; 
}

#specials{
	position: relative;
	left: 8em;
	font: normal 15px Arial, Helvetica, sans-serif;	
	color: white;
}
#nav{
	background-color: #EFC48D;
	border: 2px solid #FFDD9D;
	width: 100%;
}
#content{
	background-color: #FFA26F;
	border: 2px solid White;
	padding-left: 3px;
	padding-top: 4px;
	padding-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
}

#content2{
	background-color: #FDA54E;
	border: 2px solid White;
	padding-left: 3px;
	padding-top: 4px;
	padding-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
}

#menuNav{
	background-color: #EF4C2C;
	font-family: Calibri, Candara, Arial;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
	border: 1px solid white;
}

#menuNav th{
	background-color: #EF4C2C;
	font-size: 13px;
	text-align: center;
	color: white;
}

#menuNav td{
	background-color: #EF4C2C;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: white;
}

a.menuNav:link{
	color: white;
}

a.menuNav:visited{
	color: Maroon;
}

a.menuNav:hover{
	color: #529F13;
}

a.menuNav:active{
	color: Navy;
}

img.menu{
	border: 1px solid White;
}

img{
	border: 0px;
{