
#outerColumnContainer, #innerColumnContainer
{
	border-right-width: 0;	/* to get from 3 to 2 columns, we must hide the
				   right-side border */
}
#innerColumnContainer
{
	margin-right: 0;
}

#outerColumnContainer
{
	z-index: 1;
	/*border-color: #E5E5E5;	 set default color to white. set the real color content_padding colors.css */
	border-style: solid;
	border-width: 0 0  0  159px;	/* sets the width of the borders used to create the left and right columns' background color. */
}



#main
{
	margin: 0 -1px;		
	/* without this, boxes stop floating next to  each other */
	/*width: 100%;*/
	
	border-width:0; /*reset value from that in the version 4 
          				   stylesheet. this isn't in borders.css because
          				   were you to create a print.css and not 
          				   include borders.css, then the v4 border would
          				   still remain when you print. */
  /*min-width:552px;*/
  width:auto;
  padding-left:10px;
  
  
}

/******************************************************************************/


