.container {
    max-width: 946px;
    padding: 22px 24px 13px 32px;
    margin: 0 auto;
}

.header-wrapper {
    background-color: #8ad8e7;
    height: 85px;
    width: 100%;
    min-width: 1002px;
}

.secondary-wrapper {
    background-color: #f5f5f5;
    height: 40px;
    width: 100%;
    min-width: 1002px;
}

.main-wrapper {
    background-color: #ffffff;
    height: 660px;
    width: 100%;
    min-width: 1002px;
    padding-top: 7px;
}

.footer-wrapper {
    background-color: #737373;
    height: 45px;
    width: 100%;
    min-width: 1002px;
}

.left {
    float: left;
}

.right {
    float: right;
}