/* CSS Document */

/*
#########################
#						#
#		Layout			#
#						#
#########################

*/



#Wrap{
	width:957px; /*Set the width of the site*/
	margin:0px auto;
		
}


#Header
{
    clear:both;

}



#ContentOutline{
	float: left; /*DO NO CHANGE*/
	width: 100%; /*DO NO CHANGE*/
	/*margin-right: -236px; To Calculate: add width and the left/right margins and borders of #RightCol - always make negative*/

	background:#FFFFFF;
}
#LeftCol{

	float: left; /*DO NO CHANGE*/
	width:270px;

	/*padding-bottom:200px;
	 To remove the left col add  */	display:none; 

}


/*MiddleCol*/
#MiddleCol{

	float: right; /*DO NO CHANGE*/
	width: 100%; /*DO NO CHANGE*/
	/*margin-left: -270px; To Calculate: add width and the left/right margins and borders of #LeftCol - always make negative*/
}

#RightCol{
	float: right; /*DO NO CHANGE*/
	width:226px;
	padding-left:10px;
	
	/* To remove the right col add  */	display:none; 
}

/*MainContent*/
#MainContent{
	
	margin-top: 0px;
	margin-bottom:0px;
	/*margin-left:270px; To Calculate: add width and the left/right margins and borders of #LeftCol */
	/*margin-right:236px;To Calculate: add width and the left/right margins and borders of #RightCol */
	/* If RightCol or LeftCol are set to display:none;  then set the relative margin here to 0px */ 
	
}

