﻿#content
{
    padding: 10px 20px 10px 20px;
}
#content h1
{
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
    padding-left: 15px;
    background: url(../images/title-bg.gif) no-repeat left center;
}
#content dt
{
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.4em;
}
#content dd
{
    margin: 0;
    margin-bottom: 25px;
}

