<style type="text/css" media="screen">
		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 16px Georgia, Arial, sans-serif; line-height: 18px; 
		background-image:url(bg.jpg);
background-position:center left;
background-repeat:no-repeat;
background-attachment:fixed; }
		h2				{ color: #333; font-size: 20px }
		a				{ color: #337810; }
		p				{ margin: 0 0 18px; }
		#container		{ width: 760px; margin: 0 auto; }
		
		/* Header */
		#header			{ background: #5F4F74; border-bottom: 2px solid #ddd; }
		#header h1  	{ font-size: 35px; margin: 0 0 3px; padding: 24px 18px 0; color: #FFFFFF }
        #header h4  	{ font-size: 10px; color: #FFFFFF }
		#header p		{ color: #FFFFFF; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #ccc; margin-left: 18px; }
		#navigation ul	{ padding: 0 18px 9px; }
		#extra			{ margin: 0 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-bottom: 1px solid #ccc; margin-bottom: 18px; margin-right: 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 175px; }
		#content		{ float: right; width: 540px; }
		#extra			{ clear: both; }		/* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; }
		#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: 9px; font-weight: bold; padding-right: 5px; }
	</style>
	<!--[if IE]>
	<style type="text/css">
	    #navigation, #content, #extra { margin-top: 20px; }
	</style>
	<![endif]-->