		html, body 	{ margin: 0; padding: 0; }
		body 			{ background-color: black; font: 12px Helvetica, Arial, sans-serif; line-height: 20px; }
		h2				{ font-family: "Palatino Linotype", "Times New Roman", "Georgia", serif; font-size: 24px; font-weight: bold; font-style: italic; color: #BFBFBF; letter-spacing: 2.1px; }
		a				{ color: #bfbfbf; text-decoration: none; }
		p				{ margin: 0 0 18px; color: #BFBFBF; }
		#wrapper		{ float: right; width: 100%; margin-left: -33%; }
		
		/* Header */
		#header			{ border-bottom: 2px inset #BFBFBF; }
		#header h1  	{ font-family: "Palatino Linotype" "Times New Roman", "Georgia", serif; font-size: 36px; color: #BFBFBF; font-weight: bold; font-style: italic; letter-spacing: 2px; }
		#header h1 		{ margin: 20px 0px 10px 60px; padding: 0 0 20px 0; }
		#header p		{ color: #A1A1A1; font-size: 18px; font-family: "Candara" "Arial", "Verdana", sans serif; letter-spacing: 2px; font-weight: normal; margin: 10px 0px 10px 60px; padding: 0px 0px 0px 0px; }
		
		/* Content Style */
		#navigation		{ padding-left: 18px; }
		#navigation ul	{ padding: 0 0px 9px; }
		#navigation li  { font-family: "Candara" "Arial", "Verdana", sans serif; font-size: 16px; padding-bottom: 15px; }
		#extra			{ padding-left: 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content p, #extra p { padding-right: 18px; }
		#content li		 { color: #BFBFBF; text-decoration: none; list-style: none; }
			
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 30%; }
		#content			{ margin-left: 34.3%; }
		#extra			{ float: left; clear: left; width: 30%; }
		
		/* Footer */
		#footer			{ background: black; border-top: 2px solid #808080; border-bottom: 2px inset #808080; clear: both; width: 100%; }
		#footer a		{ color: #A1A1A1; }
		#footer	p		{ font-size: 10px; color: #A1A1A1; margin: 10px; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #A1A1A1; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
