/*
	lr_msaiotw.css	
	
	styling for two-column MSA Item of the Week page
	this overrides anything set in twocolumntext.css, thus
	setting specific colors and widths
*/

div#twoColumnContainer {
	background-color: #f7f4e5; /* real color */
}

div#leftBar {
	width: 262px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
}

div#rightBar {
	width: 477px;
	padding-right: 0;
	padding-left: 0;
	margin-left: 14px;
	margin-right: 15px;
	*margin-right: 7px;
}

div.mainContent {
	background-color: #f7f4e5;
}

div.mainContent div.introPara {
	padding: 0 10px;
}

div.mainContent div.introPara p {
	margin-top: 0;
}

/*
	the interior bubble div will have 474 width and 
	1px left and 2px right border
*/

/*
	div#leftBar total width  = 275
	div#rightBar total width = 513
	
	div#twoColumnContainer = 788
*/


