#main {
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    width: 980px;
    padding-left: 15px;
}

/* content styles copied from subpage.css.
   and .entry-content replaces #mainrow .left */

.entry-content p, #content ul {
    line-height: 15pt;
    color: #444444;
    letter-spacing: 0.01em;
    padding-bottom: 20px;
    font-family: Arial, Helvetica, "Sans-serif";
    font-size: 10pt;
}
.entry-content p a, #entry-content li a { 
    text-decoration: none;
    border-bottom: 1px dashed #888888;
    color: #555555;
}
.entry-content p a:hover, #entry-content li a:hover {
    color: #385261;
    border-bottom: 1px dashed #385261
}

#content h2, 
#content h2 a,  
#content h2 a:hover {
    line-height: 30pt;
    font-weight: normal;
    text-decoration: none;
    font-size: 18pt;
    border: none;
    color: #385462;
}
#content h2 a:hover {
    text-decoration: underline;
}

#content {
    width: 560px;
}

