#faq {
	float : left;
	display : block;
	padding : 30px 20px 0px 25px;
	width : 175px;
	height : 540px;
	background-image : url(/images/global/franchise_cb_bkg.jpg);
	background-repeat : no-repeat;
	background-position : top;
}

#faq h3{
	padding : 0px 0px 10px 0px;

}

#faq a
{
    color : #FFFFFF;
    font-weight : bold;
    font-size : 12px;
	 text-decoration : none;
	 outline : none;   
}

#faq div p{	
	color : #FFFFFF;
	font-size : 10px;
	padding : 0px 10px 0px 0px;
	line-height : 13px;	
}

.white{
	color : #FFFFFF;
	font-weight : bold;
}