
/*
 *	Styles for the pages with double body columns
 */

#bodyContainer
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:915px;
	
}

#outer
{
	width:660px;
	background-color:#ffffff;
	float:left;

	
		
}

#inner
{

	background-color:#ffffff;
	float:right;
	width:230px;
	position:relative;
	margin:-0px -228px -0px 0;
	left:20px;
	
	background-image: url('/templates/images/footerRight.gif');
	background-repeat:repeat-x;
	background-position:bottom;

}

#inner2
{
	float:left;
	width:660px;
	position:relative;
	margin-left:-658px;
	left:-20px;
	
}

#inner2Top
{
	/*
	background-image: url('/templates/images/topRightCorner.gif');
		background-repeat:no-repeat; 
	background-position:top right;	
	/*
	background-image: url('/templates/images/fauxBg1Col.jpg');
	background-repeat:repeat-y;
	width:100%;

}

#footerLeft
{ 
	float:left;
	
	width:660px;
	height:30px;
	background-image: url('/templates/images/footerFade.gif');
	background-repeat:repeat-x;
}

* html #inner2{	margin-right:-3px;}/* ie 3 pixel jog*/

.clearer
{
	height:1px;
	overflow:hidden;
	margin-top:-1px;	
	clear:both;
}