/*
	lr_gei.css	
	
	styling for two-column CLG page
	'Using the Core Learning Goals'

	this overrides anything set in twocolumntext.css, thus
	setting specific colors and widths
*/

div#twoColumnContainer {
	background-color: #f7f4e5; /* real color */
}

div#leftBar {
	width: 206px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
}

div#rightBar {
	width: 532px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 0;
	margin-right: 10px;
	*margin-right: 5px;
}

/*
	div#leftBar total width  = 226
	div#rightBar total width = 532
	
	div#twoColumnContainer = 788
*/


