/* Force fixed width */
@media screen and (min-width: 1024px) {

    #container {
        width: 980px !important;
        max-width: 980px !important;

        padding-left: 0 !important;
        padding-right: 0 !important;

        border: none !important;
    }

    #sidebar1.fixed-sidebar {
        bottom: 40px !important;
        margin-left: 490px !important;
    }

    #contentFrame, #container2 {
        width: 980px !important;
        max-width: 980px !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding-left: 0 !important;
        padding-right: 0 !important;

        border: none !important;
    }


    #contentFrame > .content-area {
        width: 640px !important;
        max-width: 640px !important;

        border: none !important;
    }

    #sidebar-wide {
        width: 330px !important;
        max-width: 330px !important;

        margin-left: 10px !important;
        margin-right: 0 !important;

        padding-left: 0 !important;
        padding-right: 0 !important;

        border: none !important;
    }

    .rubAd {
        margin: 0 0 0 -20px !important;
    }

}

@media screen and (max-width: 767px) {

    .rubAd {
        display: none !important;
    }

}