html>body #rightColumn, html>body #leftColumn

{

	display: none;	/* for compliant browsers, hide this column entirely */

}

* html #rightColumn *, * html #leftColumn *

{

	display: none;

}

#rightColumn, #leftColumn

{

	position: absolute;

	margin: 0;

	padding: 0;

	width: 0;

	height: 0;

	border: none;	/* remove anything that'll give this elemnt width. */

}

#outerColumnContainer, #innerColumnContainer

{

	border-right-width: 0;	

	border-left-width: 0;

}

#innerColumnContainer

{

	margin-right: 0;

	margin-left: 0;

}

#contentColumn .inside {

	padding:0 0 0 5px;

}