﻿body 
{
    background-color: #E3EFDA;
    text-align: center;    
}

#page-container
{
    margin-left: auto;
    margin-right: auto;
    width: 720px;      
}

#header
{
    background-image: url(images/banner_home.jpg);
    background-repeat: no-repeat;
    background-color: White;
    height: 346px;
    width: 720px;
}

#title_home
{
    text-align: left;
    position: relative;
    padding-top: 0px;
    padding-left: 20px;
    color: White;
    font-family: Century Gothic;
    font-size: 22px;
    letter-spacing: 5px;
}

#content
{
    background-color: White;
}

#footer
{
    background-color: White;
    border-top: solid 1px #000000;
    padding-top: 20px;
}

#header_sub
{
    background-image: url(images/banner_sub.jpg);    
    background-repeat: no-repeat;
    background-color: White;
    height: 224px;
    width: 720px;
}

