#content {
	clear: both;
	position: relative;
	height: 550px;
	width: 800px;
	top: 25px;
	left: 80px;
	background:url(../images/infobox_bg.png) repeat;
	border:1px #e2e219 solid;
	padding: 15px 0px 15px 15px;
	color: #FFF;
}

#content_questions {
	height: 530px;
	overflow: auto;
}


h1 { color:#e2e219 ;}


.question_answer {
	margin: 0.25em .5em;
	color: #fff;
}

.question_answer .answer {
	display: none;
	padding: 0.25em 1.5em;
	margin-bottom: 1em;
}

.question a {font-size: 16px;}