@charset "utf-8";
body {
	background-color: #3A2859;
	margin: 0px;
	padding: 0px;
}
#container {
	padding: 0px;
	width: 830px;
	height: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	
}
#header {
	margin: 0px;
	height: 130px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/title2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#quiz {
	text-align: left;
	margin-left: 25px;
}

#navigation {
	float: left;
	width: 135px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	background-color: #DE1F5B;
	overflow: hidden;
	margin: 0px;
	height: 600px;
}
#navigation a {
	font-size: 1.2em;
	color: #A7E327;
	text-decoration: none;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
#navigation a:hover {
	color: #0000ff;
}
#message {
	height: 80px;
	width: auto;
	background-image: url(images/message.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	background-color: #1EABBA;
}
#content {
	margin: 0px;
	width: auto;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}
#content p {
	font-size: 1.2em;
	color: #6a0d17;
	padding: 0px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}

.clearfloat {
	clear:both;
}
.imageborder {
	border: medium solid #0000FF;
}