﻿h1, h2
{
    margin: 0;
    border-bottom: dotted 2px #aaaaaa;
}

#careers, #resume, #postings
{
    float: left;
    width: 596px;
    background: #f7f7f7; 
    border-bottom: solid 1px #aaaaaa;
    border-left: solid 1px #aaaaaa;         
    padding: 10px 20px;    
}

#postings
{
    border-bottom: none;
}

#resume ol
{
}

#resume li
{
    line-height: 3em;
}

#postings h3
{
    font-size: 110%;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #CCCCCC;
    padding: 2px;
}

#postings h4
{
    font-size: 100%;
}

#postings ul
{
    line-height: 1.5em;
}
