#content {
	position: relative;
	height: 700px;
	width: 750px;
	left: auto;
	right: auto;
	background-image: url(../images/bkg_bbq_quest.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#topText {
	position: absolute;
	width: 700px;
	top: 317px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	left: 25px;
	font-weight: 400;
}
#question {
	position: absolute;
	width: 650px;
	left: 50px;
	top: 513px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
#answer {
	position: absolute;
	width: 650px;
	top: 590px;
	left: 50px;
	text-align: center;
}
#bottomNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	position: absolute;
	top: 680px;
	left: 25px;
	width: auto;
}
.previousNav {
	color: #FF0000;
}

.previousNav a:link{
	color: #FF0000;
	text-decoration: none;
}
.previousNav a:visited{
	color: #FF0000;
	text-decoration: none;
}
.previousNav a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
.previousNav a:active{
	color: #FF0000;
	text-decoration: none;
}
.currentNav {
	font-weight: bold;
	color: #FFFF00;
}
.currentNav a:link{
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.currentNav a:visited{
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.currentNav a:hover{
	font-weight: bold;
	color: ##CCCCCC;
	text-decoration: none;
}
.currentNav a:active{
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
#logos {
	position: absolute;
	width: 650px;
	left: 50px;
	top: 387px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/logos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 72px;
}
