<style type="text/css" media="screen">
		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 14px Helvetica, Arial, sans-serif; line-height: 18px; background-color:#336699}
		h2				{ color: #333; }
		a				{ color: #337810; }
		p				{ margin: 0 0 18px; }
		#container		{ width: 760px; margin: 0 auto; background-color: #FFFFFF}
		
		/* Header */
		#header			{ width: 760px; height: 243px; background: #eee; background-image:url('sunset-bull-elk-w-logo-1.jpg'); }
		#header h1  	{ color: #004b6f; margin: 7px 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #004b6f ; font-size: 14px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #ccc; margin-right: 12px; }
		#navigation ul	{ padding: 3 0px 15px; color: #CC0000; text-decoration: underline;}
		#extra			{ margin-right: 18px; }
        #extra h2		{ text-align: center; font-size: 20px}
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-bottom: 1px solid #ccc; margin-left: 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: right; width: 175px; }
        #navigation h2  {color: #CC6666; padding: 4px;}
		#content		{ float: left; width: 520px; }
        #content hr		{color: #CC6666}
        #content h2   { font-size: 24px; font-weight: bold; text-align:center; padding: 7px; }
        #content h3   { font-size: 18px; font-weight: bold; text-align:center; text-decoration: underline }
        
        #extra			{ float: right; clear: right; width: 175px; }	
        
        	/* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; clear: both; width: 100%; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
	</style>
	<!--[if IE]>
	<style type="text/css">
	    #navigation, #content, #extra { margin-top: 20px; }
	</style>
	<![endif]-->