#header {
    width:  575px;
    height: 170px;
    background-image: url("../images/faqbanner.jpg");
}

#answers {
    border:      1px solid #b00a38;
    margin:      0px;
    padding:     10px;
    width:       360px;
    height:      555px;
    overflow:    auto;
    position:    absolute;
    top:         19px;
    left:        11px;
    font-family: arial;
    font-size:   11px;
    color:       #000000;
}

    * html #answers { /* IE box hack. */
        width:  380px;
        height: 575px;
    }

#img1 {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    159px;
    height:   112px;
    position: absolute;
    top:      19px;
    left:     403px;
    background-image:    url("../images/faq1.jpg");
    background-position: top left;
    background-repeat:   no-repeat;
}

#questions {
    border:      2px solid #b00a38;
    margin:      0px;
    padding:     5px;
    width:       150px;
    height:      320px;
    position:    absolute;
    top:         138px;
    left:        403px;
    font-family: arial;
    font-size:   12px;
    font-weight: bold;
    color:       #b00a38;
}

    * html #questions { /* IE box hack. */
        width:  160px;
        height: 330px;
    }

    #questions a {
        border:          0px;
        margin:          0px;
        padding:         0px;
        font-family:     arial;
        font-size:       10px;
        color:           #000000;
        text-decoration: none;
    }

    #questions a:hover {
        text-decoration: underline;
    }
