﻿html, body, center, form
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body
{
    background: #3373b9;
}

.menu-orange-left
{
    background: #573b20 url(images/menu-orange-left.gif) no-repeat;
    width: 7px;
    height: 31px;
    font-size: 2px;
}

.menu-orange-right
{
    background: #573b20 url(images/menu-orange-right.gif) no-repeat;
    width: 7px;
    height: 31px;
    font-size: 2px;
}

.menu-orange
{
    background-color: #e77607;
    font-family: Georgia;
    font-size: 16px;
    color: #ffffff;
    width: 76px;
    text-align: center;
}

.menu-blue-left
{
    background: #573b20 url(images/menu-blue-left.gif) no-repeat;
    width: 7px;
    height: 31px;
    font-size: 2px;
}

.menu-blue-right
{
    background: #573b20 url(images/menu-blue-right.gif) no-repeat;
    width: 7px;
    height: 31px;
    font-size: 2px;
}

.menu-blue
{
    background-color: #15395d;
    font-family: Georgia;
    font-size: 16px;
    color: #ffffff;
    width: 76px;
    text-align: center;
}

.menu-orange a, .menu-blue a
{
    text-decoration: none;
    color: #f0f0f0;
}

.content-header
{
    background: url(images/content-header.gif) no-repeat;
    width: 768px;
    height: 49px;
    font-family: 'trebuchet ms',verdana,arial,sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #e77607;
    text-align: left;
    padding-top: 10px;
    padding-left: 40px;
    margin: 0px;
}

.content-body
{
    background: url(images/content-bg.gif) repeat-y;
    width: 728px;
    text-align: left;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Georgia;
    text-align: justify;
    font-size: 14px;
    color: #15395d;
    margin: 0px;
}

.content-body a
{
    color: #3373b9;
}

.content-footer
{
    background: url(images/content-footer.gif) no-repeat;
    width: 808px;
    height: 16px;
    font-size: 2px;
}

.post-header
{            
    background: #d1ab85 url(images/rss-header.gif) no-repeat;
    color: #f0f0f0;
    vertical-align: middle;
    font-weight: bold;            
    width: 685px;
    padding-left: 40px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    
}

.post-header a
{
    color: #e77607;
}

.post-content
{
    background-color: #f0f0f0;
    width: 713px;
    padding: 10px;
    border-bottom: solid 1px #573b20;
    border-left: solid 1px #573b20;
    border-right: solid 1px #573b20;
}

.trunk
{
    background: #f0f0f0 url(images/trunk-bg.gif) repeat-y;
    width: 808px;
    margin: 0px;
}