/* Body & Structure */


#header {

    
    text-align: left;
}

#colLeft {
    float: left;
    width: 190px;
    text-align: left;
    background: #FFFFFF;
}

#colMain {
    float: left;
    width: 585px;
    background: #FFFFFF;
    
    	
}


#colRight {
    float: right;
    width: 205px;
    background: #0F375F;
}

#footer {
    clear: both;
    height: 56px;
    background: url(images/footer_958_3.jpg) no-repeat top right;
}

#footer2 {
    width: 100%;
    background: #1B2245;
    padding-top: 5px;
    height: 30px;
}


#TopLeftPane {
    background: url(images/sliceworking4.jpg);
    height: 80px;
    vertical-align: 50%;
    text-align: center;
}

#BottomLeft {
    width: 170px;
    background: lime;
}

