#questions{
	height: 225px;
	background-image:url(../counseling/images/question_bg.gif);	
	background-repeat: repeat-x;
	padding-bottom: 10px;
	overflow: scroll;
}
#question-title {
	margin-left: 10px;
}
#questions li {
	float: left;
}
#questions ul {
	height: 210px;

}
#answers {
	padding-left: 10px;
}
#answers h4 {
	text-align: center;
	margin-bottom: 20px;
}
#answers ul {
	margin-left: 10px;
}
.single {
	height: 123px;
	width: 701px;
	background-image: url(../counseling/images/answer_single_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}

.double {
	height: 140px;
	width: 701px;
	background-image: url(../counseling/images/answer_double_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}
.triple {
	height: 160px;
	width: 701px;
	background-image: url(../counseling/images/answer_triple_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}

.quadruple {
	height: 180px;
	width: 701px;
	background-image: url(../counseling/images/answer_quadruple_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}

#answers p {
	margin-bottom: 0px;
}
.question-num {
	margin-left: 26px;
	line-height: 1em;
	margin-bottom: 18px;
	padding-top: 18px;
}
.question {
	margin-left: 100px;
	margin-bottom: 9px;
	margin-top:15px;
		color: #676767;
	font-size: 110%;
	line-height: 1.5em;
}
.answer {
	color: #FF007F;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5em;
	margin-left: 100px;
}

