	html, body 		{ margin: 0; padding: 0; }
	body 			{ background-image: url(flag.jpg); background-color: white; color: midnightblue; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
	h2				{ color: midnightblue; }
	a				{ color: midnightblue; }
	p				{ margin: 0 0 18px; }
	td				{ font-weight: bold;	}
	#container		{ width: 760px; margin: 0 auto;}
	
	/* Header */
	/*#header			{ background: red;  }*/
	#header h1  	{ color: midnightblue; margin: 0 0 3px; padding: 24px 18px 0; }
	#header p		{ color: midnightblue; font-size: 18px; font-weight: bold; padding: 0 18px; }
	
	/* Content Style */
	#navigation		{ margin-left: 18px; }
	#navigation ul	{ padding: 0 18px 9px; font-size: 16px; font-weight: bold; }
	#extra			{ margin-left: 18px; }
	#extra small	{ font-size: 11px; line-height: 18px; }
	#content		{}
	#content p, #extra p { padding-right: 18px; }
	
	/* Content Positioning & Size */
	#navigation		{ float: left; width: 175px; }
	#content		{ float: right; width: 540px; }
	#extra			{ float: left; clear: left; width: 175px; }		/* Footer */
	#footer			{ clear: both; width: 100%; }
	#footer a		{ color: midnightblue; }
	#footer	p		{ color: midnightblue; margin: 0; padding: 0 18px 10px; }
	#footer ul		{ list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
	#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }






