/* Structure Styles Start */
div#header {
    margin-left: 60px;
    width: 912px;
    background-color: #fff;
}

div#header_left {
    float: left;
    width: 240px;
}

div#header_right {
    float: left;
    margin-left: 12px;
    width: 660px;
}

div#body {
    margin-left: 60px;
    width: 912px;
    background-color: #fff;
}

div#footer {
    padding-top: 10px;
    width: 912px;
    color: #828282;
}

div#footerBorder {
    border-top: 1px solid #c5c7c8;
    height: 27px;
}


/* Divider Styles Start */
div.contentDividerS {
    float: left;
    width: 240px;
}

div.contentDividerM {
    float: left;
    width: 246px;
}

div.contentDividerL {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    width: 402px;
}


/* Divider Styles End */

/* Container Styles Start */

div.contentContainerTopSpacer {
    margin-top: 20px;
}

div.contentContainerS {
    width: 240px;
}

div.contentContainerM {
    width: 246px;
}

div.contentContainerL {
    width: 402px;
}
/* Container Styles End */

