/* Body & Structure */



#header {
    width: 100%;
    height: 143px;
    background: url(images/header_958_4.jpg) no-repeat top center;
}

#colLeft {
    float: left;
    width: 200px;
    text-align: left;
}

#colMain {
    float: left;
    width: 550px;
}


#colRight {
    float: right;
    width: 205px;
}

#footer {
    clear: both;
    height: 56px;
    background: url(images/footer_958_3.jpg) no-repeat top right;
}

#footer2 {
    background: rgb(0, 55, 104);
    padding-top: 5px;
}





