
/*
 *	Styles for the pages with only one body column
 */

#bodyContainer
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:917px;
}

#leftContentArea
{ 
	background-image: url('/templates/images/fauxBg1Col.jpg');
	background-repeat:repeat-y;
	width:917px;
	float:left;
}

#leftContentHolder { width:917px; }

#footerLeft
{ 
	clear:both;
	
	width:917px;
	height:30px;
	
	background-image: url('/templates/images/footerFade.gif');
	background-repeat:repeat-x;
}

#rightContent
{ 
	background-color:yellow;
	display:none;
}
