
/*
One fixed width column on the left, rest of the width filled by content
*****************************************************************************************/

col#column-right {
	width: 0px !important;
	background-color: transparent;
}

#sidebar-right {
	display: none;
}

td#cell-middle-right {
	display: none;
}

#content {
	margin-right: 0;
}

/****************************************************************************************/

