﻿#leftBox
{
	background:url(/images/benefits.jpg) no-repeat top left;
	color:#FFFFFF;
	float:left;
	height:265px;
	padding:120px 20px 0px 20px;
	width:292px
}

#scrollBox
{
	height:261px;
	overflow:auto;
	width:310px;	
}

	#scrollBox span
	{
		cursor:pointer;
		display:block;
		margin-bottom:10px;	
	}

#centerImage
{
	width:287px;
	float:left;
}

#answerBox
{
	background-color:#cab261;
	float:left;
	font-size:14px;
	height:383px;
	width:361px;
}

	#question
	{
		color:#FFFFFF;
		margin:30px auto;
		width:300px;
	}
	
	#answer
	{
		margin:30px auto;
		width:300px;
	}