:root 					{overflow-y: scroll; }

*					{margin:0; padding:0;}


img					{border:0;}

html,body 				{margin:0;
					padding:0;
					height:100%; /* needed for wrapper min-height */
					font-family:MS Sans Serif, Geneva, sans-serif;
					background:#eef3fa;}


#header					{width:950px;
					height:150px;
					margin-top:10px;
					background: url(/images/backgrounds/banner.png);
					background-repeat:no-repeat;
					background-position:255px 64px;}


					

#header #logo				{margin:0px 15px 0px 135px;}
					
					
					
#wrapper				{position:relative; /* needed for footer positioning*/
					margin:0 auto; /* center, not in IE5 */
					width:950px;
					background:#fff;	
					height:auto !important; /* real browsers */
					height:100%; /* IE6: treaded as min-height*/
					min-height:100%; /* real browsers */;
					*/background: url(/images/wrapper.png)*/;
					border:1px solid #dedfe0;
					padding:0px 4px 0px 4px;}
					
					

					
			
				
					

					
#content				{width:950px;
					margin:32px 0px 0px 0px;
					}
					
					
					
#submenu				{float:left;
					width:250px;
					border:1px solid;}					
					
			
#copy					{float:left;
					width:415px;
					padding:0px 15px 20px 15px;}


#widgets				{float:left;
					width:250px;}


							



#content h1				{font-size:1.2em;
					font-weight:normal;
					line-height:1.9em;
					letter-spacing:0.01em;
					margin:-0.5em 0em 0.3em 0em;
					color:#ee1c25;}


#content h2				{font-size:1.1em;
					font-weight:normal;
					line-height:1.9em;
					letter-spacing:0.01em;
					margin:-0.2em 0em 0.2em 0em;
					color:#333;}


#content p				{font-size:1em;
					margin:0em 0em 0.3em 0em;
					line-height:1.9em;}
					
					
#content p strong			{font-size:1.1em;
					font-weight:normal;}
					
					
#copy ul,ol 				{font-size:1em;
					margin:0.7em 0px 1em 20px;
					line-height:1.6em;}
					
					
#content a				{color:#000;}

					
					
#footer 				{position:absolute;
					bottom:0px; /* stick to bottom */
					width:690px;
					height:20px;
					background-color:#333;
					padding:0px 0px 0px 260px;}
					
					
#footer li				{float:left;
					list-style-type:none;
					color:#999;
					font-size:0.6em;
					line-height:20px;
					margin:0px 10px 0px 0px;}
					
					
#footer a				{color:#ababab;
					text-decoration:none;}


div.clear				{clear:both;
					width:940px;}
					
					





