.container
{

    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
}

.cnt_light_blue
{

}

.cnt_light_blue .header
{
    background: white url(../img/containers/light_blue_header.gif) repeat-x 50% 0;
    padding: 8px;
    font-size: 110%;
    font-weight: bold;
    border: 1px solid #0d4d80;
    color: white;
}

.cnt_light_blue .content
{
    padding: 10px 10px;
    background: white url(../img/containers/light_blue_content.gif) repeat-x 0 0;
    color: #232f43;
    border-bottom: 8px solid #0d4d80;
    margin-bottom: 4px;
    text-align: left;
}