/*
================================================================================
STRUCTURE LAYOUT FOR ADMINISTRATION ONLY. DO NOT USE FOR PUBLIC LAYOUTS
================================================================================
*/

#header{ width: 100%; float: left; }
#header span{ float: left; width: 50%; }
#mainNav{ width: 100%; float: left; }
#extraNav{ width: 100%; float: left; }
#main{ width: 100%; float: left; }
#subNav{ width: 30%; float: left; }
#mainContent{ width: 70%; float: left; }
#mainContent .grid_9_half{ width: 49%; float: left; }
#mainContent.grid_9 .grid_3{ width: 33%; float: left; }
#mainContent .grid_4{ float: left; width: 33%; }
#footer{ width: 100%; float: left; }
#footer .grid_2{ float: left; width: 18%; }
#footer .grid_4{ float: left; width: 28%; }
#footnote{ width: 100%; float: left; }