/* Start of CMSMS style sheet 'jrb_2col' */

.outer {
	border-right: 0px solid #ffffff; /*** This is the width and the color for our right column ***/
}
/*************************
RIGHT COLUMN
**************************/
#right {
	width: 0px;
	min-height: 0px;
	margin-right: -0px; /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
	margin-top:0px;
}
* html #right {
	height: 0px;
}
/* End of 'jrb_2col' */

