
		html, body, div, header, footer, aside, nav, article, section	{ margin: 0; padding: 0; }
		header, footer, aside, nav, article, section	{ display: block; }
		body 			{ background: #053a5c; color: #D8D8D8; font: 15px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2				{ color: #D8D8D8; }
		a				{ color: #337810; }
		p				{ margin: 0 0 18px; }
		#container		{ width: 760px; margin: 0 auto; }
		
		/* Header */
		header			{ background: #D8D8D8; border-bottom: 2px solid #aaa; }
		header h1  	{ color: #333; margin: 0 0 3px; padding: 24px 18px 0; }
		header p		{ color: #333; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		nav		{ margin-left: 18px; }
		nav ul	{ padding: 0 18px 9px; }
		#extra			{ margin: 0 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-bottom: 1px solid #ccc; margin: 0 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning and Size */
		nav		{ float: left; width: 350px; }
		#content		{  }
		#extra			{ float: left; width: 350px; }		/* Footer */
		footer			{ background: #053a5c; border-bottom: 2px solid #aaa; clear: both; }
		footer a		{ color: #333; }
		footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
		footer ul		{ border-bottom: 1px solid #999; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
		
		a:link			{color:#58D3F7;}	   		  /* unvisited link */
		a:visited 		{color:#58D3F7;}			  /* visited link */
		a:hover 		{color:#F78181;}			  /* mouse over link */
		a:active 		{color:#58D3F7;}			  /* selected link */
	