/* This document removes the right-column. */
/* It is intended to be used for section   */
/* homepages and the main home page.       */

#container {
	padding-right: 0;
	}
	

#leftbar {
		width: 170px;             /* LC width */
		margin: 0 0 0 -100%;
		left: 0;              /* RC width for IE6 */
	}
	
#container > #leftbar {
		left: -170px;             /* -LC width for others */
	}

	
#rightbar {
	display: none;
	}
