@import url("layout_3column.css");

/******************** 1 Column *****************/
#leftColumn
{
	display: none;
}

#rightColumn
{
	display: none;
}

#contentColumn
{
	margin-left: 0px;
	border-width: 0px;
}

#innerContentColumn
{
	overflow: visible;
	/*height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 0px;	
	border-width: 0px;
}
