/* LAYOUT */

/* Hidden Elements */

	#header, #nav, #footer,
	#strip					{ display: none; }

/* Reset Elements */

	body, #wrapper,
	#content				{ margin: 0; padding: 0; border: 0;
							  background: transparent; 
							  height: auto; width: auto;
							  max-width: none; max-height: none;
							  min-width: 0; min-height: 0; }
							  
							  
