﻿body 
{
    margin: 0px;
    background-image: url(img/gutter.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #dcecf3;  
    text-align: center;
    font-family:"Segoe Condensed", "Segoe UI", "Tahoma", "Verdana";
    font-size: 16px;
    line-height: 140%;
    margin:auto;
}

#mainDiv
{
    width: 784px;
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-color: #f7fbfc;
    text-align: left;
    padding: 32px 8px 8px 8px;
    margin: auto;
}

#mainBox
{
    min-height: 720px;
}


#contentDiv
{
    width: 784px;
    margin: 20px 8px 8px 8px;
}

#blogDiv
{
    width: 490px;
    float: left;
}

#rightDiv
{
    width: 240px;
    float: right;
    padding-left: 8px;
    min-height: 400px;
    border-left: solid 1px #91AAB4;
}

#rightDiv li
{
    margin-left: -20px;
    margin-bottom: 12px;
}

#footerDiv
{
    width: 784px;
    background-color: #023757;
    padding: 8px;
    color: White;
    margin: auto;
}

#footerDiv a
{
    color: White;
}

#footerDiv .separator
{
    color: #666666;
}

.heading
{
    font-size: 32px;
    color: #023757;
    margin-top: 4px;
    margin-bottom: 4px;
}

.blogHeading
{
    margin-top: 12px;
    font-size: 26px;
    color: #023757;
}

.blogDate
{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


