/* CSS Document */

body {
	background-color: #FFF;
	margin: 10px auto;
}

form, map {
	display: inline;
}

#layout {
	margin: auto;
	width: 730px;
}

#main {
	margin: 5px auto;
	width: 100%;
}

#header {
	width: 100%;
	height: 33px;
	background-image: url(../images/header.gif);
}

#footer {
	width: 100%;
	height: 17px;
	background-image: url(../images/footer.gif);
}

#maincontent {
	float: left;
	width: 710px;
	background-color: #CCC;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
}

#quizwin {
	float: left;
	margin-top: 10px;
}

#questionimage {
	width: 183px;
	height: 252px;
	background-color: #F00;
}

#questionarea {
	width: 247px;
	height: 232px;
	background-image: url(../images/questionareabg.gif);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 10px;
}

#answerarea {
	width: 258px;
	height: 250px;
	background-color: #FFF;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#endnotes {
	background-color: #FFF;
	padding: 5px;
}
