#TextLeft {
	width: 50%;
}

#content2 {
	position: relative;
}

#question_holder {
	position: absolute;
	left: 0px;
	top: 180px;
	display: none;
	background-image: url(../images/inspector.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 580px;
	height: 360px;
}

#question_holder p.question {
	padding-left: 270px;
}

#question_holder p.question:first-child {
	padding-top: 100px;
}

#answer_holder {
	position: absolute;
	right: 0px;
	top: 121px;
	display: none;
	background-image: url(../images/PIC-bubble.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	/*width: 520px;
	height: 400px;*/
	width: 557px;
	height: 419px;
}

p.question a:link, p.question a:hover {
	text-decoration: none;
	color: #0066FF;
}

.clickRevealAnswer {
	display: none;
	color: #FF4000;
	border: 1px solid #999999;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	max-width: 700px;
}

.clickRevealAnswer p {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.clickRevealAnswer h2 {
	text-align: center;
	background-color: #009999;
	color: #FFFFFF;
}

#answer_holder .clickRevealAnswer {
	border: none;
	width: 375px;
}

