body{
    font-family:Arial,Helvetica,sans-serif;
}
#wrapper_sym{
    width:600px;
    margin:0 auto;
}
#content_sym{
    width:600px;
    background:#fff;
    margin:0 0 30px 0;

}
#content_sym h2{
    width:500px;
    border-bottom:1px solid #000;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    margin:25px 0 15px 40px;
    padding:0 0 0 6px;
}
#content_sym p{
    color:#767676;
    font-size:85%;
    width:480px;
    padding:0 0 0 55px;
    margin:0;
    text-indent:30px;
}
#content_sym ul{
    color:#767676;
    font-size:90%;
    margin:10px 80px 20px 70px;
    list-style-type:disc;
}
#content_sym ul li{
    padding:0 0 4px 0;
}
