/* hide right col if case studies page */
#contentRight 
{
	display:none;
}

#contentLeft, div#content
{
	width:100%;
	padding-left: 0;
	padding-right: 0;
}

