﻿/**** Overrides settings from /cd/styles/base.css ****/
/**** Pulled in via code-behind on /cd/masterpages/base.master when LeftNavWide is needed ***/

#middle 
{ 
	background: none;
}
#leftColumn
{
	display: none;
}
#rightColumn 
{
	margin-bottom: 0;
	padding-bottom: 20px;
	width: 870px;
	margin-left: 15px; 
	clear: both;
}
#bodyContent
{
	width: 870px;
	clear: both;
	margin: 0;
}
#pageUtilities
{
	width: 99%;
}