
<style type="text/css" media="screen">
		html, body 		{ margin: 20; padding: 0; }
		body 			{ color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2				{ color: #333; }
		a				{ color: #337810; }
		p				{ margin: 0 0 18px; }
		#container		{ width: 760px; margin: 0 auto;}
		
		
		/* Header */
		#header			{ background: #0000; }
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #ccc; }
		#navigation ul	{ padding: 0 18px 9px; }
		#extra			{ border-bottom: 1px solid #ccc; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-top: 0px}
		#content p, #extra p { padding-right: 20px; }
		#store          { width: 150px; }	
		/* Content Positioning & Size */
		#navigation		{ float: left;  width: 150px; }
		#content		{ margin: 0 200px 36px 200px; }
		#extra			{ width 250px; }	/* Footer */
		
	</style>

