	<style type="text/css" media="screen">
		html, body 		{ margin: 0; padding: 0; height: 100%; }
		body 			{ color: #000000; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2, h3			{ color: #D5331E; }
		a				{ color: #000000; }
		b	            { color: #6078D8; }
		p				{ margin: 0 0 18px; }
		a:link {text-decoration:none;}
		a:visited {text-decoration:none;}
		a:hover {text-decoration:none; background-color:#80FFFF;}
		a:active {text-decoration:underline; background-color:#6078D8;}
        		
		/* Header */
		#header			{ background: #6078D8; border-bottom: 2px solid #ddd; }
		#header h1  	{ color: #ffffcc; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #ffffcc; font-size: 11px; font-weight: bold; padding: 5px 18px; }}
		
		/* Content Style */
		#navigation		{ padding-left: 18px; }
		#navigation ul	{ padding: 0 18px 9px; }
		#extra			{ border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding-top: 10px; padding-left: 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#address		{ padding-left: 18px; }
		#address small	{ font-size: 11px; line-height: 18px; }
		#content p, #navigation p, #extra p, #address p { padding-right: 18px; }
		
		/* Content Positioning & Size */
        #container      { min-height: 100%; margin-bottom: -100px; position: relative; }
        #header         { position: relative; }
        #flag           { position: absolute; top: 15px; right: 10px;}
         .clearfooter    { height: 100px; clear: both; }
        #footer         { position: relative; top: -550px; height: 70px; }
		#footer			{ background: #d5331e; border-bottom: 2px solid #999; clear: both; 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; }
		#navigation		{ position:relative; left: 20px; top: 10px; width: 30%; }
		#extra			{ position:relative; top: 20px; width: 30%; }
        #address        { position:relative; top: 30px; width: 30%; }
		#content		{ position:relative; top: -640px; left: 35%; width: 65%; min-height: 500px; }
	</style>
	<!--[if IE]>
	<style type="text/css">
	    #navigation, #content, #extra, #address { margin-top: 20px; }
	</style>
	<![endif]-->