html, body 		{ margin: 0; padding: 0; }
body 			{ color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; background-image:url('../images/Hand_of_Humanity.jpg'); background-repeat:no-repeat;
background-position:85px 150px; background-attachment: fixed; } /*Horizontal Vertical*/
h2				{ color: #333; }
/*h3				{ color: #333; padding: 0px 50px 0px; }*/
a				{ color: #337810; }
p				{ margin: 0 0 18px; }
#wrapper		{ float: left; width: 100%; }

/* Header */
#header			{ background: #eee; border-bottom: 2px solid #ddd; background-image:url('../images/COA_Small.jpg'); background-repeat: no-repeat; background-position:10px 10px; padding-bottom: 10px;}
#header h1  	{ color: #660000; margin: 0 0 3px; padding: 50px 125px 5px; }
#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 125px 25px; }
		
/* Content Style */
/*#navigation		{ border-bottom: 1px solid #ccc; padding-left: 18px; }*/
#navigation		{ padding-left: 18px; }
#navigation ul	{ padding: 0 18px 9px; }
#content		{ border-bottom: 1px solid #ccc; margin: 0 18px 9px; }
#extra			{ margin: 0 0 0 18px; }
#extra small	{ font-size: 11px; line-height: 18px; }
#content p, #extra p { padding-right: 18px; }

/* Content Positioning & Size */
#navigation		{ float: left; width: 150px; margin-left: -100%; }
#footer			{ background: #333; border-bottom: 2px solid #999; clear: left; 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; }
