body{
	background-color: #FFFFFF;
}

#faqleft{
	width: 55%;
	border: 1px solid black;
	padding: 10px 40px 20px 20px;
	background-color: #CCCCCC;
	float: left;
	margin-bottom: 20px;
}

#faqleft p{
	font-size: .9em;
	margin-top: 10px;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid black;
	line-height: 120%;
}

#faqright{
	position: relative;
	left: -60px;
	top: -350px;
}

strong, b{
	font-weight: bold;
}