		html, body 		{ margin: 0; padding: 0; }
		body 			{ background-color: #221100; color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2				{ color: #333; }
		a				{ color: #221100;}
        a:visited       { color: #221100;}
        a:hover         { text-decoration: underline; color: blue; }
        a:active        { color: #221100;}
		p				{ margin: 0 0 18px; }
		#container		{ width: 800px; margin: 0 auto; }
		
		/* Header */
		#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		{ background-image: url('../images/background.gif'); border-bottom: 0px solid #ccc; margin-left: 0px; padding: 10px}
/*		#navigation ul	{ position:relative; left:-25px; }
		#navigation li	{ padding-bottom: 10px}*/
		#extra			{ background-color: #E3DBD2}
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ background-color: #E3DBD2; border-bottom: 0px solid #ccc; margin-bottom: 0px; padding: 10px}
		#content p      { padding-right: 18px; }
        #content h1,h2,h3 { margin-bottom: 5px; }
        #content h1     { font-size:large;}    
        #content h2     { font-size:medium;}
        #content h3     { font-size:small;}    
        #extra p        { padding-right: 18px; }

		/* Content Positioning & Size */
		#navigation		{ float: left; width: 125px; }
		#content		{ float: right; width: 635px; }
		#extra			{ float: right; clear: left; width: 125px; }		/* Footer */
		#footer			{ color: #ccc; background: #333; border-bottom: 2px solid #999; clear: both; }
		#footer a		{ color: #eee; }
        #footer a:visited       { color: #eee;}
        #footer a:hover         { text-decoration: underline; color: #FFFF00; }
        #footer a:active        { color: #eee;}
		#footer	p		{ color: #ccc; margin: 0; padding: 0 18px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; text-align:center}
		#footer li		{ display: inline; font-size: 11px; padding-right: 5px; }
