/*
	lr_vsc.css	
	
	styling for two-column VSC page
	this overrides anything set in twocolumntext.css, thus
	setting specific colors and widths
*/

div#twoColumnContainer {
	background-color: #f7f4e5; /* real color */
}

div#leftBar {
	width: 200px;
	padding-left: 10px;
	padding-right: 0px;
	margin-left: 0;
	margin-right: 0;
	/*border:1px solid red;*/
}

div#rightBar {
	width: 555px;
	padding-right: 4px;
	padding-left: 0px;
	margin-left: 0;
	margin-right: 5px;
	/*border:1px solid blue;*/
}

/*
	div#leftBar total width  = 226
	div#rightBar total width = 532
	
	div#twoColumnContainer = 788
*/

