/*     file noLeftNavbar.css                                    */
/*     moves Content region to the left                         */
/*        import after headSidebar.css                          */

       #section {
        	margin: 0 2em 2em 1em;
       }
       #footer {
	        margin-left:   3em;
	   }