/* TOP LEVEL CONTAINERS
-------------------------------------------------------------------*/
/* Standard center-aligned website */
	#page-wrap 		{ width:100%; float:left; }
	#page-container	{ margin:0 auto; text-align:left; }

/* Full width website */
	
	/* Full width */
	#header-wrap,
	#nav-wrap,
	#body-wrap,
	#white-wrap,
	#foot-wrap		{ width:100%; float:left; }
	#banner-wrap	{ width:100%; float:left; padding:50px 0 0 0; }
	
	/* center-aligned containers */
	#header-container,
	#nav-container,
	#body-container,
	#white-wrap-container,
	#banner-wrap-container,
	#foot-container	{ margin:0 auto; text-align:left; }
	
/* SEMANTIC CONTAINERS
-------------------------------------------------------------------*/
	#header,
	#footer 		{ width:100%; float:left; position:relative; }
	#content-wrap 	{ width:100%; float:right; position:relative; }
	#content 		{ float:right; position:relative; }
	#sidebar 		{ float:left; position:relative; }
	
	
	#content.floatL { float:left; }
	#content.floatR { float:right; }
	#sidebar.floatL { float:left; }
	#sidebar.floatR { float:right; }
	
	.container		{ width:100%; float:left; }
	
