@charset "utf-8";
/*----------------------------------------------Positioning Containers----------------------------------------------*/
	#headerContainer{
	position:relative;	
	background:url(/includes/header/images/headerBackground.gif);
	margin-top:0px;
	height:104px;
	}

	#mainContentContainer{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding-top:20px;
	overflow:hidden;
	}
	
	#footerContainer{
	position:relative;	
	padding-top:20px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	}
	
	#sideBarContainer1{
	width:250px; 
	float:left;
	}
		
	#roundCBoxMainContent1{
	width:690px;
	overflow:hidden;
	float:right;
	}
	
	#roundCBoxMainContent2{
	width:690px;
	overflow:hidden;
	padding-top:20px;
	float:right;
	}
	
	#roundCBoxMainContent3{
	width:690px;
	overflow:hidden;
	padding-top:20px;
	float:right;	
	}
	
	#roundCBoxMainContentFW1{
	width:960px;
	overflow:hidden
	}
	
/*END----------------------------------------Positioning Containers---------------------------------------END*/
