﻿body
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin: 0px auto;
    display: inline;
    background-color: #FFFFFF;
}
.header_container
{
    background: url(../images/bg/header_bg.jpg) repeat-x scroll center top;
}

.mid_container
{
    background-position: center top;
    background: url('../images/bg/mid_bg.jpg') repeat-y fixed center top;
    margin: 0;
    padding: 0;
}
.footer_container
{
    background: url('../images/bg/footer_bg.png') repeat-x scroll center top;
}
.page_width
{
    display: block;
    margin: 0 auto;
    width: 900px;
}
.header_container #top
{
    height: 181px;
}
h1
{
    color: #000066;
    font-size:19px;
    margin-top: 15px;
}
h2
{
    color: #ED721F;
    margin-top: 15px;
}
h3
{
    color: #ED721F;
    font-size:15px;
    margin-top: 0px;
    margin-bottom: 11px;
}
p
{
    font-size:16px;
    text-align:justify;
}
#masterPadding
{
    padding: 15px 20px 100px 20px;
}
#footerPadding
{
    height:200px;
}
#fpMain
{
    width:555px;
}
#address
{
    color:White;
    float: right;
    width: 337px;
    margin-top: 48px;
    margin-right: 8px;
    font-size: 12px;
    text-align: right;
    height: 134px;
}
#fpSide
{
    float:right;
    width: 290px;
}

