@charset "utf-8";
/*  
Theme Name: Senior
Theme URL: http://jfomedia.com
Version: 1.0
Author: Jessica Formella
Author URI: http://www.jfomedia.com/
*/

		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 14px Helvetica, Arial, sans-serif; line-height: 18px; background-color:#FFFFCC}
		h2				{ color: #336699; }
		h3				{ color: #336699; }
		h4				{ color: #336699; }
		a				{ color: #337810; }
		p				{ margin: 0 0 18px; }
		a:link 			{ color: #0066CC}
		a:visited 		{ color: #0066CC}
		a:active 		{ color: #0066CC}
		.text2			{ color: #0066CC; font: 15px; font-weight:bold; }
		#container		{ width: 760px; margin: 0 auto;}
		
		/* Header */
		#header			{ background: #FFFFCC}
		#header h1  	{ color: #004b6f; margin: 0 0 0px; padding: 0px 10px 0; }
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 0px; }
		
		/* Content Style */
		#navigation		{ color: #0066CC; border-bottom: 1px solid #ccc; margin-left: 18px; font-size: 14px}
		#navigation ul	{ padding: 0 18px 9px; }
		#extra			{ margin-left: 18px; border-bottom: 1px solid #ccc; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#extra ul		{ padding: 0 18px 9px; }
		#moving			{ margin-left: 18px; margin-top: 18px}
		#content		{ border-bottom: 1px solid #ccc; }
		#content p, #extra p { padding-right: 18px; }
		#pics	 		{ padding: 20px 0px 30px }   
		
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 175px; }
		#content		{ float: right; width: 540px; }
		#extra			{ float: left; clear: left; width: 175px; }
		#moving			{ float: left; clear: left; width: 175px; }
		#pics			{ float: right; width: 540px; }		
		
		/* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; clear: both; width: 100%; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; font-size: 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; }
	</style> 
	<!--[if IE]>
	<style type="text/css">
	    #navigation, #content, #extra { margin-top: 20px; }
	</style>