/*Main Containers*/
	
	.page_base {
		width: 960px;
		margin: 15px auto 45px;
	}
	
	.page_base_inner {
		
	}
	
	.page_top {
		height: 100px;
	}
	
	.util_nav {
		float:right;
		/*width:350px;*/
	}
	
	.main_menu {
		margin-top: 15px;
	}
	
	.home_splash {
		height: 268px;
		/*background: transparent url(images/home_splash1.jpg) no-repeat left top;*/
		margin-top: 12px;
	}
	
	.content_area {
		margin-top: 24px;
		line-height: 17px;
	}
	
	.content_area_inner {
		
	}
	
	.not-front .sidebar_left {
		float: none;
		width:100%;
	}
	
	.sidebar_center {
		width: 279px;
		float: right;
		min-height: 615px;
		/*background: transparent url(images/sidebar_center_bottom.jpg) no-repeat center bottom;*/
		margin: 0 16px 0 0;
	}
	
	.sidebar_right {
		width: 279px;
		float: right;
		min-height: 615px;
	}
	
	.footer_menu {
		margin-top: 33px;
	}
	
	.footer {
		text-align: center;
		margin: 20px;
	}
	
	
	/*Hide these containers*/
	
	.ControlPanel,
	.top_right,
	.main_menu,
	.home_splash,
	.footer_menu,
	#dnn_ctr485_ContentPane,
	.sidebar_inside2,
	.sidebar_upcoming,
	.not-front .sidebar_right {
		display: none;
		visibility: hidden;
	}
	
	