#main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 880px;
    background:none;
    margin: 30px 0 0 10px;
    padding: 0;
}


#content
{

    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 665px;
    margin: 0px 0 0 0;
    padding: 0;
}

.qa{
 background:url(img/qestion.gif) no-repeat left;
 padding-left:50px;
 height:45px;
 margin-bottom:15px;
 width:650px;
 clear:both;
}
.qa p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:45px;
 text-indent:10px;
 width:600px;
}
.qaa{
 background:url(img/answer.gif) no-repeat left top;
 padding-left:50px;
 width:600px;
 _width:650px;
 height:auto;
 margin-bottom:15px;
 clear:both;
 padding-bottom:20px;
 border-bottom:1px dotted #cacaca;
}
.qaa p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:600px;
 float:none;
 _float:right;
}

 
