#header{
	height: 160px;
	position: relative;
}

#innercontent{
	background-color: #000;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	overflow: hidden;
	padding-top: 15px;
	width: 616px;
}

#footer{
	background-color: #000;
	position: relative;
	left: 0px;
}

a{
	color: #FFF;
}

.question{
	color: #f3b91e;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	margin-bottom: 10px;
}

#questions{
	width: 200px;
	padding-left: 15px;
	padding-right: 25px;
	float: left;
	height: 400px;
}

#answers{
	width: 390px;
	overflow: hidden;
	position: relative;
}

#answerscroll{
	width: 7300px;
	position: relative;
}

.answer{
	width: 365px;
	float: left;
	padding-right: 15px;
}

.active{
	color: #FFF;
}

.next{
	color: #f3b91e;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline;
	margin-left: 265px;
}

.prev{
	color: #f3b91e;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#answers{
		width: auto;
	}
}
