/* CSS Document */

body {
	text-align: center; /* center the stump_the_teacher div in ie */
}

body * {
	text-align: left;
}

#stump_the_teacher {
	position: relative;
	background: url(../images-stump_the_teacher/stump_the_teacher_bkgr-12.10.jpg) no-repeat;
	width: 758px;
	height: 121px;
	margin:30px auto;
	border: #D8D8B2 solid 1px;
}

#stump_the_teacher p {
	/*width: 360px;*/
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #000000;
	font-weight: bold;
	/*margin-top: 67px;*/
	margin-top: 66px;
	margin-right: 0;
	margin-bottom: 0;
	/*margin-left: 34px;*/
	margin-left: 25px;
}

#stump_the_teacher p#answer {
	display: none;
}

#stump_the_teacher a {
	text-decoration: none;
}

#stump_the_teacher img {
	position: absolute;
	/*left: 532px;*/
	left: 560px;
	top: 14px;
	border: none;
}

#stump_the_teacher a:hover img#get_the_answer, #stump_the_teacher a img#get_the_answer_f2 {
	visibility: hidden;
}

#stump_the_teacher a img#get_the_answer, #stump_the_teacher a:hover img#get_the_answer_f2 {
	visibility: visible;
}

#stump_the_teacher a:hover p#question {
	display: none;
}

#stump_the_teacher a:hover p#answer {
	display: block;
	color: #CC0000;
}

#footer_nav p {
	text-align: center;
}

