@charset "UTF-8";
/* CSS Document */

/*------------------------------
    HEADER STARTS
-------------------------------*/

div.header{
    height: 103px;
    background-image: url(/img/main_container_background.gif);
    background-repeat: repeat-x;
}

div.header img{
    float: left;
}

div.main_container{
    background-image: url(/img/main_container_background.gif);
    background-repeat: repeat-x;
    background-color: #fff;
}

div.positioning_container{
    width: 950px;
    margin: 0px auto 0px auto;
    background-color: #fff;
}

div.left_col{
    width: 250px;
    background-image: url(/img/left_col_header.gif);
    background-repeat: no-repeat;
    background-position: top;
    float: left;
}

div.right_col{
    width: 250px;
    background-image: url(/img/right_col_header.gif);
    background-repeat: no-repeat;
    background-position: top;
    float: left;
}

div.two_col{
    width: 700px;
    float: left;
    background-image: url(/img/two_col_header.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 40px;
}

div.center_col{
    width: 450px;
    float: left;
    background-image: url(/img/center_col_header.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 40px;
}

div.footer{
    background-image: url(/img/footer_background.gif);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f0f8f8;
    height: 79px;
    width: 950px;
    margin: 0px auto 0px auto;
}

div.navTop{
    float: right;
    height: 35px;
    margin-top: 68px;
    background-image: url(/img/navtop_background.gif);
    background-repeat: repeat-x;
}