/* Global Page Layout */
/* boone 10/2009 */

#page-container {
        width: 977px;
        margin: 0 auto;
        }

        #content-container {
                width: 802px;
                float: left;
                }

#skyscraper-container {
        width: 160px;
        height: 600px;
        padding: 95px 0 0 15px; /* To align top with the sidebar ad, add height of #banner-wrapper (90), td height (61), #header, padding-top of #main, then margin-top of #sidebar-container  -- boone note: 98px roughly lines up with the 4teachers navigation box */
        float: left;
        }

        #skyscraper-container .why-ads {
                float: left;
                /* we want to line up with the 'header' portion of the table; 161px from the top, minus the 98px for why-ads */
                height: 62px;
                }

                #skyscraper-container .why-ads a {
                        font-size: 0.7em;
                        color: #000099;
                        text-decoration: none;
                        }

#banner-wrapper {
        width: 728px;
        height: 90px;
        margin: 0 auto;
        position: relative; /* for positioning inner elements */
        }
        #ad-banner-container {
                }
