html, body 		{ margin: 0; padding: 0; }
body 			{ color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
h2			    { color: #333; }
a			    { color: #337810; }
a:hover  		{ text-decoration: none}
p			    { margin: 0 0 18px; }
#container		{ width: 760px; margin: 0 auto;}
#wrapper		{ float: left; width: 100%; }
		
/* Header */
#header			{ background: #007800; border-bottom: 2px solid #ddd; }
#header h1  	{ font-family:century; font-size: 24px; text-align:center; color: #eee; margin: 0 0 3px; padding: 24px 18px 0; }
#header p		{ text-align:center; color: #eee; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
/* Content Style */
#navigation		{ }
#navigation ul	{ padding: 0 18px 9px; }
#extra			{ border-bottom: 1px solid #ccc; }
#extra small	{ font-size: 11px; line-height: 18px; }
#content		{ }
#content p, #extra p { padding-right: 18px; }
		
/* Content Positioning & Size */
#navigation		{ float: left; margin-left: -760px; width: 175px; }
#content		{ margin: 0 235px 36px 235px; width: 450px; text-align:justify; font-size: 13px;}
#extra			{ float: left; margin-left: -200px; width: 175px; }		/* Footer */

#footer			{ background: #007800; border-bottom: 2px solid #999; clear: left; width: 741px; }
#footer a		{ color: #eee; }
#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
#footer ul		{ text-align:center; 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; }
