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

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

#columnContent {
    left: 50%;
    width: 100%;
    margin-left: -388px;
}

#columnCenterWrap {
    float: right;
    width: 50%;
    right: 100%;
}

#columnCenterPad {
    margin: 0 8px 0 396px;
    overflow: hidden;
}

#columnCenter {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#columnLeft {
    left: 194px;
    width: 194px;
    margin-left: -50%;
    overflow: hidden;
}

#columnRight {
    left: 0;
    width: 194px;
    overflow: hidden;
}