

.faq_question_selector a:link, .faq_question_selector a:visited {
    font-size: 14px;
    color: #6e4871;
    font-weight: bold;
}

.faq_question_selector ul, .faq_question_selector li {
    list-style: none;
    margin: 0 0 5px 0;
}

#faq_question_and_answer {
    margin-top: 40px;
    float:left;
}
#faq_question_and_answer ul{
    list-style: none;
    margin: 0 0 0 0;
}
.faq_question{
    background: url('img/faq/q.png') top left no-repeat;
    list-style: none;
    padding-left: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #6e4871;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid;

}
.faq_answer {
    background:url('img/faq/a.png') top left no-repeat;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 40px;
}
.faq_answer ul, .faq_answer li {
    padding-left: 15px;
    list-style: circle;

}
#for_business_owners {
    float:left;
    width: 500px;
}
#for_customers {
    float: right;
    width: 500px;
}

#content {
    height: 2400px;
}
#faq_questions {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom:20px;
    float:left;
}