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

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

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

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

}

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

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

#leftcol {display: none;}

#rightcol {}

#activeRight { display: none;}

#activeLeft { display: none;}

#hideLeft { display: inline; }

#hideAll_right { display: inline; }