/* FAQ Style */
	#faq #left { width:550px; float:left;margin:0 0; padding:0 0; }
	#faq #right { width:290px; float:left;margin-left:10px; }

	a#answer {
		display:block;
		font-size: 12px;
		font-weight: bold;
		padding:10px 0 0 0;
		color: #444444;
		text-decoration: none;

	}



#faq ul#questions  {margin: 0 0; padding: 0 0; list-style:none;}
#faq ul#questions li a{ color: #A79253; text-decoration: none; line-height:18px; background:  url('../img/arr_blue.gif') no-repeat top left; padding-left:15px; }
#faq ul#questions li a:hover { text-decoration: underline; }