#faq{
 width: 650px;
 height:auto;
 float: left;
 background-color:#FFFFFF;
 }
 
 

#faq h4{
 width: 200px;
 height: 20px;
 margin: 0px 30px;
 display: block;
 text-indent: -9999px; 
 background-repeat: no-repeat;
 }
#faq h4.q{
 background-image:url(img/q.gif);
 margin-top:25px;
 }
#faq h4.a{
 background-image:url(img/a.gif);
 margin-left:60px;
 }
 
#faq p{
 color: #d90000;
 width: 520px;
 padding-left: 70px;
 }
#faq p a{
 color: #d90000;
 border-bottom: 1px dotted #d90000;
 }

/*right*/
 