#left-column{
	background: url('/resources/images/backgrounds/background-faq.jpg') top left no-repeat;
	margin-top:-10px;
}

#left-column h1{
	margin:0;
	padding:0;
	background: url('/resources/images/text/txt-FAQ.png') top left no-repeat transparent;
	text-indent:-2000px;
	width:213px;
	height:16px;
	margin: 95px 0 45px 347px;
	
	/* IE 6 */
	_margin-bottom:20px;
}
#left-column #questions{
	margin-left:350px;
}

#left-column #questions .faq{
	width:400px;
}

#left-column #questions .faq .question{
	color:#5c5c5c;
	font-size:14px;
	margin-bottom:5px;
	
}

#left-column #questions .faq .question a{
	text-decoration:none;
	color:#5c5c5c;
}


#left-column #questions .faq .answer{
	color:#5c5c5c;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:25px;
	display:none;
}

#left-column #questions .faq.selected .question, #left-column #questions .faq.selected .question a{
	color:#f79f08
}


#left-column #questions .faq.selected .answer{
	display:block;
}
