﻿#content
{
    float: left;
    min-height: 400px;
    height: auto;
    _height: 400px;
    width: 570px;
    border: solid 1px #999999;
    margin-left: 20px;
    padding: 0;
}

#contentInner
{
    padding: 10px;
}

#content h1
{
    color: White;
    font-size: 12pt;
    font-weight: bold;
    background-image: url(/Graphics/h1bg.jpg);
    background-repeat: repeat-x;
    height: 28px;
    padding: 6px 0 0 10px;
    margin: 0;
}

#content h2
{
    font-size: 10pt;
    font-weight: bold;
    padding: 6px 0 10px 0;
    margin: 0;
}

#content p
{
    padding: 0;
    margin: 0 0 10px 0;
}

.centeredImage
{
    text-align: center;
    display: block;
}
