/* layout */
#content {
    padding-top: 0;
}
#content h2,
#content p {
    width: 450px;
}
#content h2 {
    margin-top: 0;
}
#content p {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
}
#content ul {
    margin: 0;
}
#content li {
    margin-left: 0;
}
#content li.section {
    padding: 20px;
}
#content .subsection li {
    padding: .125em 0;
}
/* type */
#content h3 {
    font-size: 1em;
}
#content p {
    font-size: 1em;
}
#content ul {
    list-style-type: none;
}
#content ul.subsection {
    font-family: Arial, sans-serif !important;
    font-size: 1em;
}
/* colors */
#content h3 a {
    color: #58595A;
}
#content p {
    border-right: 1px solid rgb(76,76,76);
}
/* backgrounds */
#content li.section {
    background: url('../imgs/dot.png') repeat-x scroll top left;
}
#content li.section:first-child {
    background: none;
}
