h1 {
	background: url(../images/titles/waynes_answers.gif) no-repeat;
}

h3 {
	color: #30549A;
}

#main_content_middle li div {
	display: none;
	height: 200px;
	overflow: auto;
	border: 1px solid #D2AF60;
	padding: 4px 6px;
	margin-left: 5px;
	background: #FFF1D1;
	font-size: .89em;
	line-height: 1.3em;
	color: #000;
}

#answers {
	float: right;
	width: 450px;
	position: relative; /* Need this for IE6 so scrollbars work over png */
}

.answers_header {
	background: url(../images/headers/answer_slammed.png) no-repeat;
}

* html .answers_header {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='images/headers/answer_slammed.png');
}

#all_questions {
	overflow: hidden;
}

* html #all_questions {
	height: 1%;
}

.questions {
	background: url(../images/headers/questions.gif) no-repeat;
}

.blue_box {
	overflow: auto;
	margin-bottom: 0;
	height: 410px;
}

.sub_question {
	font-style: italic;
	margin: 0 20px 15px;
	padding: 4px 6px;
	border: 1px solid #30549a;
	background: #F9FBFF;
}

.back_link {
	text-align: center;
	margin-top: 15px;
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/answers_loading_slammed.png);
	width: 167px;
	height: 167px;
	display: none;
}


* html #loading {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='images/answers_loading_slammed.png');
}

#loading img {
	position: absolute;
	top: 70px;
	left: 50px;
}
