#news { 
	display: none;
}
#left2cols {
	right: 0;
}
#leftcol {
        right:78%;              /* width of the middle column */
}
#main #content {
        width:71%;      /* width of center column content (column width minus padding on either side) */
        left:104%;      /* 100% plus left padding of center column */
}
#main #lnav {
        width: 21%;     /* Width of left column content (column width minus padding on either side) */
        left: 6%;      /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

