/*
================================================================================
STRUCTURE LAYOUT FOR ADMINISTRATION ONLY. DO NOT USE FOR PUBLIC LAYOUTS
================================================================================
*/	
#wrapper { float: left; width: 100%; }
#header { float: left; width: 100%; }
#content { float: left; width: 100%; }
#left { width: 30%; float: left; }
#main { width: 70%;	float: right; }
#footer { float: left; width: 100%; }
