	html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #000; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2				{ color: #000; }
		a				{ color: #000; }
		p				{ margin: 0 0 18px; }
		#container		{  background: #aee8ad; width: 1000px; margin: 0 auto;height:400px;}
		#wrapper		{ background: #aee8ad; float: left; width: 100%; height:400px;}
		
		/* Header */
		#header			{ background: url("graphics/header.jpg"); height:200px; border-bottom: 2px solid #ddd; }
		#header h1  	{ color: #000; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #000; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#navigation		{ background: #aee8ad; border-bottom: 1px solid #ccc; }
		#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: 10px; }
		
		/* Content Positioning & Size */
		#navigation		{ height:500px; float: left; margin-left: -992px; width: 175px; }
		#content		{height:500px; background: #aee8ad; margin: 0 215px 36px 215px; overflow:auto; }
		#extra			{ height:500px; float: left; margin-left: -200px; width: 200px; overflow:auto; }		/* Footer */
		#footer			{ background: #aee8ad; border-bottom: 2px solid #999; clear: left; width: 100%; }
		#footer a		{ color: #000; }
		#footer	p		{ color: #000; margin: 0; padding: 0 18px 10px; text-align:right;}
		#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; }
        
        div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul ul {
list-style-type: disc;
}

div.feedburnerFeedBlock ul ol {
list-style-type: decimal;
}

div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
font-size:medium;
display:block;
margin:12px 0 0 0;
}

