p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../images/foodBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: auto;
	width: auto;
}
#container {

}
#footer {
	font-size: 8pt;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 10px;
}

#contentContainer {
	background-image: url(../images/contentContainerBackground.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 1030px;
}
#content {
	padding-right: 123px;
	padding-left: 125px;
}
.eighteenPtYellow {
	font-size: 20pt;
	color: #fdee19;
}
.fourteenPtWhite {
	font-size: 14pt;
	color: #FFF;
}
.sixteenPtYellow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	color: #fdee19;
}

.twentyPtYellow {
	font-size: 20pt;
	color: #fdee19;
}
.lgYellowBoldItalic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30pt;
	font-style: oblique;
	font-weight: bolder;
	color: #fdee19;
	text-align: center;
}
.lgWhiteReg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25pt;
	color: #FFF;
	text-align: right;
}
.twentyFourPtWhiteReg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24pt;
	color: #FFF;
}
#bottom {
	margin-top: 10px;
}
#bottom table {
	margin-top: 10px;
}
.menuDownload {
	font-size: 18pt;
}
#webmaster {
	text-align: right;
}
a {
	padding: 0 0 0 0;
	text-decoration: none;
	color: #CCC;
	}
a:link{
	color: #CCC;
	text-decoration: none;
	}
a:visited {
	color: #CCC;
	text-decoration: none;
	}
a:hover {
	color: #CCC;
	text-decoration: underline;
	}
a:active {
	color: #CCC;
	text-decoration: none;
	}