

#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: 159px;
  padding-top:0;
  margin: 0 -159px 0 0;	/* same as in the #leftColumn selector up above. */
 /* vertical-align: top;*/
}

#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;*/
  width:545px;
 
  
}

.right_nav_content_left{
  vertical-align: top;
 /* float:left;
  padding: 50px 15px 50px 15px;*/
  width:1px;
  float:left;
  display:inline;
}
.right_nav_content_right{
  width:139px;
  /*float:left;*/
  vertical-align: top;
  /*padding-top: 100px;
  padding-left:5px;
  width:119px;*/
  float:left;
  padding-left:10px;
  padding-right:10px;
}



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