@charset "UTF-8";
		html, body 		{ margin: 0; padding: 0; background-color: #000000; }
		body 			{ color: #333; font: 12px Georgia, Helvetica, Arial, sans-serif; line-height: 18px; }
		h2				{ color: #333; font: 20px Georgia, Helvetica, Arial, sans-serif; line-height: 22px; }
		p				{ margin: 20px 20px 20px 20px; }
		#container		{ background: #ffffc2; width: 780px; margin: 0 auto; }
		
		/* Header */
		#header			{ background: #FFFFC2; border-bottom: 2px solid #804040; }
		#header h1  	{ color: #333; font: 55px Mistral; line-height: 55px; margin: 0; padding: 0; }
		#header p		{ color: #804040; font: 25px Mistral; font-weight: bold; line-height: 30px; margin: 0; padding: 0; }
		
		/* Content Style */
		#navigation		{ border-left: 1px solid #ffffc2; margin-left: 18px; }
		#content		{ background: #ffffc2; border-right: 1px solid #ffffc2; margin-bottom: 0; }
		#content h2		{ color: #333; font: 20px Georgia, Helvetica, Arial, sans-serif; line-height: 22px; }
		#content p, 	{ padding-right: 18px; }
		
		/* Content Positioning and Size */
		#header			{ float: right; width: 762px; }
		#navigation		{ float: left; width: 179px; height: 827px; }
		#content		{ float: right; width: 581px; }
		#footer			{ float: right; width: 762px; }
		
		
		/* Footer */
		#footer			{ background: #ffffc2; border-top: 2px solid #804040; clear: both; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #333; font: 10px Helvetica, Arial, sans-serif; line-height: 20px;margin: 0; padding: 0 18px 0px; }
		
	