#main {
	/* need margin right because text likes to go off the edge */
	margin: 0 20px 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn {
	display: none;
}

#rightcolumn {
	display: none;
}