/* Standard Formatting */

	/* Headers */
		h1 				{ background: transparent; padding: 0; }

	/* Images */
		#content .frame	{ border: 0; }

/* Layout */

	/* Body, Wrapper & Main */
		body			{ background: transparent; }
		#body_inner		{ background: transparent; padding: 0; }	
		#wrapper 		{ background: transparent; width: auto; }	
		#main			{ background: transparent; padding: 0; }	
		#main_inner		{ background: transparent; padding: 0; }	

	/* Header */
		#header 		{ display: none; }	
		
	/* Footer */
		#footer			{ display: none; }	
		
	/* Navigation */
		#nav 			{ display: none; }
		
	/* Links */
		#links 			{ display: none; }

	/* Content */
		#content 		{ width: auto; margin: 0; }
