h1 {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 1em;
}
h2 {
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 6px;
    margin-bottom: 25px;
}
p {
    line-height: 2em;
    margin-bottom: 1.5em;
}

#section-two li {
    padding: 5px 20px;
    font-size: 11px;
}
#section-two li a { color: #888; }
#section-two li a:hover { color: #9eb337; }
li.pdf {
    background: url(pdf.png) left no-repeat;
}
li.mov {
    background: url(mov.png) left no-repeat;
}
li.png {
    background: url(png.png) left no-repeat;
}

#section-two h3 {
    font-size: 11px;
    line-height: 18px;
    margin-top: 20px;
}

.left {
    width: 280px;
    float: left;
}
.right {
    width: 575px;
    float: right;
}

#section-one {
    margin-top: 60px;
}
#section-two {
    margin-top: 40px;
}
#section-three {
    color: #9eb337;
    margin-top: 30px;
    padding-bottom: 120px !important;
}
#section-three a {
    color: #9eb337;
}
#section-three a:hover {
    text-decoration: underline;
}

#section-one,
#section-two,
#section-three {
    clear: both;
    width: 900px;
    overflow: hidden;
}



#section-two .right {
    border-top: 1px solid #2b2b2b;
    margin-top: 20px;
    padding-top: 25px;
}

#section-two .right div {
    float: left;
    width: 158px;
    padding-left: 26px;
    padding-bottom: 25px;
}

#section-two img {
    border: 2px solid #eee;
    width: 154px;
    height: 90px;
}

#section-two a {
    color: #888;
}
#section-two .right a:hover {
    color: #9eb436;
}
#section-two .right span {
    display: block;
    font-size: 11px;
    line-height: 20px;
}


