		html, body 	{ margin: 0; padding: 0; background-color: #202020; }
		body 			{ color: black; font: 12px Times New Roman, serif; line-height: 18px; }
		h2				{ color: #DAA520; font: 18px Times New Roman, serif; font-weight: bold; padding-bottom: 5px; }
		a				{ color: #DAA520;  font-size: 16px; font-weight: bold; line-height: 20px; text-decoration: none; }
		p				{ margin: 0 0 18px; color: #DAA520; font-size: 16px; line-height: 20px; }
		#container	{ background: black; width: 760px; margin: 0 auto;}
		
		/* Header */
		#header			{ background: black; border-bottom: 2px solid #fc6; }
		#header h1  	{ font-size: 32px; font-style: italic; color: #DAA520; margin: 0 0 3px; padding: 40px 0px 5px; }
		#header p		{ color: #DAA520; font-size: 18px; font-weight: bold; font-style: italic; padding: 10px 0px 3px 0px; }
		
		/* Content */
		#content		{ padding-left: 5px; }		
		#content p, { padding-right: 5px; }		
		#content		{ float: right; width: 540px; }
		#content p.dropcap:first-letter { font-size: 350%; float: left; line-height:50px; margin-right: 3px; margin-bottom: 2px; font-weight: bold; font-style:normal; }
		#content ul	{ list-style: none; padding: 0px; }
		#content li { padding-bottom: 10px; color: #DAA520; }
		
				
		/* Navigation */		
		#navigation		{ margin-left: 0px; }
		#navigation ul	{
	background-color: black; list-style: none; padding: 5px 0 5px 5px; border-top: 1px solid #DAA520; }
		#navigation li { padding: 8px 0 8px 5px; border-bottom: 1px solid #DAA520; }		
		#navigation		{ float: left; width: 175px; }		

		/* Extra */
		#extra			{ margin-left: 5px; }
		#extra			{ float: left; clear: left; width: 175px; }
		#extra p       { padding-right: 0px; font-size: 12px; }

		/* Footer */
		#footer			{ border-top: 1px solid #fc6; border-bottom: 2px solid #fc6; clear: both; width: 100%; padding-bottom: 10px; }
		#footer a		{ color: #DAA520; font-size: 10px; padding-top: 10px; }
		#footer p		{ color: #DAA520; margin: 0; padding: 10px 0px 10px; font-size: 12px; }
		#footer ul		{ border-bottom: 1px solid #fc0; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

