/*
	this removes the 3rd column and spaces the rest of the columns out
	to include this on a template, provide the variable:
	
		$two_column = true;
	
	before the require("doc.php") command
*/

div#content_middle , div#hierarchy
	{ width:550px; }

div#content_right
	{ display:none; }