﻿
body
{
    background-color: #0B294C;
}
#Main
{
    margin: 0px;
    width: 1308px;
    background-image: url('../images/body-bg.png');
    background-repeat: no-repeat;
    height: 772px;
}
#Wrapper
{
    margin: 0px auto 0px auto;
    background-color: #0B294C;
    width: 1320px;
    height: auto;
}
#Header
{
    }
#MainContents
{
    padding: 2px;
    background-color: #FFFFFF;
    width: 956px;
    position: relative;
    top: 46px;
    left: 175px;
}
#TopNav
{
    border-bottom: 2px solid #D5EAFF;
height: 56px;
    }
    #CoWel
{
    border-bottom: 5px solid #8BCFF3;
    height: 180px;
    background-repeat: repeat-x;
    background-color: #2C7CA7;
    background-image: url('../images/container-shadow.png');
}
#Footer
{
    padding: 2px;
    background-color: #FFFFFF;
    width: 956px;
    position: relative;
    top: 53px;
    left: 176px;
    clear: both;
}  
