#top_bar {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(faq.png);
}

#faq_list {
	list-style-type: none;
	padding: 0;
}

#faq_list li{
	padding: 2px 0;
}

div.q_column {
	float: left;
	width: 290px;
	margin: 0 10px 0 0;
	padding: 0 10px;
}

div.q_column a {
	text-decoration: none;
}

div.q_column h3{
	margin-top: 15px;
	line-height: 125%
}

div.a_column {
	float:right;
	width: 620px;
	padding: 0 10px;
}

.q_and_a{
	padding-bottom: 14px;
}

img.image_right{
	float:right;
	margin: 15px 0 15px 20px;
}

img.image_left{
	float:left;
	margin: 10px 20px 12px 0;
}