#content .col {
    margin-right: 30px;
}

#content .col .t {
    font-weight: bold;
    font-size: 14px;
}

#content .col .b {
    margin: 10px 10px 10px 20px;
}

#content .col .b ul {
    margin: 5px 5px 5px 10px;
}

#content .static ul li {
    list-style: none;
    width: 250px;
    float: left;
    margin: 5px;
}

