html, body 		        { margin: 0 0 0 0 ; padding: 0;}
		body 			{ background: #CEAF90; font-family:"Comic Sans MS", "Commons", cursive; font-size: small; font-weight: bold; color: #71472A; }
		a				{ color: #337810; }
		p				{ margin: 0 0 20px; text-indent: 2em;}
		#wrapper		{ float: right; width: 100%; margin-left: -33%; }
		
		/* Header */
		#header			{ border-bottom: }
		#header h1  	{ color: #71472A; margin: 0 0 5px; padding: 0 0 0; text-align: center;}
		#header h2  	{ color: #71472A; margin-top:10px; margin-bottom:10px; margin-right:10px; margin-left:10px; text-align: center;}
		#header h3  	{ color: #71472A; margin: 0 0 ; padding: 0 0 0; text-align: center;}
        #header h4  	{ color: #71472A; margin: 0 0 ; padding: 0 0 0; text-align: center;}
        #header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 0; }
		
		/* Content Style */
		#navigation		{ }
		#navigation ul	{ list-style: none; padding: 0 18px 9px; }
		#extra			{ }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content p, #extra p { padding-right: 0; }
		#photo1         { float: right; padding: 10px 10px 10px 10px; }
		#photo2         { float: left; padding: 5px 40px 5px 5px; }
		#photo3         { position : relative ; left : 95px ; top : 25px ; padding: 5px; }
		#span1          { color: red; }
		#span2          { font-size: 8pt; }
		#span3          { font-size: 10pt; }
        #span4          { font-size: 12pt; }
        #span5          { font-size: 14pt; }
	    .normalitalic   { font-weight: normal; font-style: italic;}
        hr              { border: 0; width: 80%; color: #000; background-color: #000; height: 1px;}

       
		/* Content Positioning and Size */
		#navigation		{ float: left; width: 30%; height: 170px; }
		#content		{ margin-left: 33.3%; margin-right: 1%; }
		#extra			{ float: left; clear: left; width: 30%; }	
        
        	/* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; clear: both; width: 100%; height: 3em; }
		#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; }

        /* CSS Sticky Footer ..... this fix puts the footer outside of the container */
		html            {height: 100%;}
        body            {height: 100%;}
       #nonFooter       {position: relative; min-height: 100%;}
       * html #nonFooter {height: 100%;}
       #footer          {position: relative; margin-top: -3em;}
	  /* Sticky Footer End */
      
	<!--[if IE]>
	<style type="text/css">
	    #navigation, #content, #extra { margin-top: 20px; }	
	<![endif]-->
    
