#content-body
{
	padding-top: 0;
	padding-bottom: 12px;
}
#q-a-header
{
	background-image: url('../images/q-a-header.png');
	background-repeat: no-repeat;
	width: 51px;
	height: 16px;
	position: relative;
}

#q-a-header span
{
	visibility: hidden;
}

#q-a
{
	position: relative;
}

#q-a div ul
{
	padding-left: 0;
}

#q-a div ul li
{
	list-style-type: none;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

#q-a div ul li.alt
{
	background-color: #f9e4b9;
}

#q-a div ul li p
{
	text-indent: 25px;
	font-size: 14px;
}

.wrapper
{
	position: relative;
	padding-left: 12px;
	padding-top: 40px;
	padding-bottom: 12px;
	height: auto;
}

#help-left-column
{
	margin: 0;
	width: 375px;
}

#help-right-column
{
	width: 375px;
	margin-left: 385px;
	position: absolute;
	top: 0;
	padding: 0;
	background-color: #FFF3D3;
	right: 10px;
}

#help-right-column ul
{
	padding-top: 0;
}

.question
{
	background-image: url('../images/help-q.png');
	background-repeat: no-repeat;
}

.answer
{
	background-image: url('../images/help-a.png');
	background-repeat: no-repeat;
	font-style: italic;
}
