/* {{{ layout 'keefer' -- full width header/footer (with centered & fluid
 * width header/footer *content* that mirrors the content), centered & fluid
 * width content (bound between 650px and 990px), right fixed (190px)
 * sidebar.
 *
 * Ideas from <http://www.alistapart.com/articles/negativemargins>.
 *
 * Limitations:
 * - the "max-width" doesn't "take" in IE6
 */
#as_wrapper {
    min-width: 650px;
}
#as_header,
#as_middle,
#as_footer {
    margin: 0 auto;
    max-width: 990px;
}
#as_content_wrapper {
    width: 100%;
    float: left;
    margin-right: -190px;
}
#as_content {
    margin-right: 190px;
    min-height: 300px;
}
#as_sidebar_wrapper {
    width: 190px;
    float: right;
}
#as_footer_wrapper {
    clear: both;
}
/* }}} */
