/*
 * Stylesheet with styles specific to the two-column layout.
 * Author: Salmoneus, http://runescape.salmoneus.net
 * Date: 7 Feb 2011
 */

#contentRightBorder {
    background: url(../images/layout/page_border_r.png) repeat-y right top;
    width: 100%;
}

#columnContent {
    left: 194px;
    width: 200%;
}

#columnCenterWrap {
    right: 194px;
    float: right;
    width: 50%;
    padding: 0 0 0.5em 0;
}

#columnCenter {
    position: relative;
    right: 100%;
    margin: 0 18px 0 202px;
    overflow: hidden;
}

#columnLeft {
    width: 194px;
    right: 194px;
}