@import url(../style.css); 
/* NoColumn style for Minimalist - Version 1 - 20/08/2007 - by Ianez               
********************************************************************************/

#innerContainer {
	border-right: solid 1px #696969;
}

#container
{
	border-right-width: 0;
}

#container_noRcol  /*reserves space for the left column */
{	
	border-right-width: 0;
}

#container_nocol /* for no column layout */
{	
	border-right-width: 0;
}

#container_noLcol  /*reserves space for the right column */
{	
	border-right-width: 0;
}

#leftcol {}

#rightcol {display: none;}

#activeRight { display: none;}

#activeLeft { display: none;}

#hideRight { display: inline; }

#hideAll_left { display: inline; }