

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

	
	
}

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

}

#right_nav
{ 
  position: relative;
	float:right;		
	width: 149px;
  padding-top:0;
	margin: 0 -159px 0 0;	/* same as in the #leftColumn selector up above. */
 /* vertical-align: top;*/
  background-color:#CCFFFF;
  padding-right: 10px;
}

#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. */
  /*width:523px;*/
  min-width:455px;
  width:auto;
  
  
}
 /*
.right_nav_content_left{
  vertical-align: top;
 float:left;
  padding: 50px 15px 50px 15px;
  width:1px;
  float:left;
  top:50px;
  background-color:#CCFFFF;
  color:#3333FF;
}*/
.right_nav_content_right{
  /*position:relative;*/
  width:139px;
  vertical-align: top;
  float:right;
  top:20px;
  background-color:#CCFFFF;
  /*color:#3333FF;
  height:100%;*/
 
}


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

