div#content h2 {
    font-family: 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 25px;
    color: #ffd200;
    font-weight: lighter;
    margin-bottom: 18px;
    line-height: 1;
}

p.subtitle {
    font-family: 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: lighter;
    font-size: 18px;
    color: #888888;
    margin: -18px 0 18px 0;
}

div#content h3 {
    padding-top: 10px;
    padding-bottom: 4px;
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #96969a;
    clear: left;
}

.content {
    padding-left: 0px;
    width: 525px;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    color: #96969a;
    float: left;
}

p.content {
    padding-top: 2px;
    line-height: 1.5;
    margin: 0 0 5px 0;
}

div#content p.bullet {
    padding-left: 14px;
    background: url('../images/bullet.png') no-repeat;
}

* html div#content p.bullet {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src="../images/bullet.png", sizingMethod="crop");
}

li.content {
    padding-top: 5px;
    padding-bottom: 10px;
}

div#content ul {
    list-style: none;
}

div#content img {
    display: block;
    float: left;
    margin-right: 12px;
}

.persons_name {
    display: block;
    font-size: 15px;
    color: #636363;
}

.job_title {
    display: block;
    font-size: 11.5px;
    color: #96969a;
}

div#content a {
    color: #636363;
}

div#content h4 {
    font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 19px;
    color: #ffcb05;
}

.show_list {
    font-size: 11px; 
    color: #96969a;
    margin: 8px 0 0 26px;
    line-height: 1.4;
}

.show_list li {
    list-style: disc;
}