		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 11px Helvetica, Arial, sans-serif; line-height: 14px; }
		h2				{ color: #333; }
		h3              { font-size:14px; }
		a				{ color: #337810; }
		p				{ margin: 0 0 18px; }
		#wrapper		{ float: left; width: 100%; }
		#container      { min-width:730px; max-width:1000px;border:1px solid #cccccc;}
		
		/* Header */
		#header			{ border: 0px solid #ddd;width:90%; padding: 24px 24px 24px 24px;}
		#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		{ border-right: 1px solid #ccc; padding-left: 15px; }
		#navigation ul	{ padding: 0 18px 9px 20px; }
		#extra			{ padding-right: 15px; }
		#extra small	{ font-size: 10px; line-height: 18px; }
		.testimonial    {border-bottom: 1px solid #ccc; }
		.testimonial p  {margin: 0 0 11px 0; }
		#content p, #extra p { padding-right: 18px;margin: 0 0 5px 0; }
		#extra p        { text-indent:8px; }
		.testimonial a  { color:#333; }
		
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 170px; margin-left: -100%; margin-top:10px;}
		#content		{ margin: 0 220px 36px; min-width:300px; min-height:400px;}
		#extra			{ float: left; margin-left: -200px; width: 182px; overflow:visible;}		/* Footer */
		#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; }


