:root 					{overflow-y: scroll; }

*					{margin:0; padding:0;}


img					{border:0;}

html,body 				{margin:0;
					padding:0;
					height:100%; /* needed for container min-height */
					font-family:arial,sans-serif;
					background:#fedb00;}



#container 				{position:relative; /* needed for footer positioning*/
					margin:0 auto; /* center, not in IE5 */
					width:750px;
					background:#FFFFE5;	
					height:auto !important; /* real browsers */
					height:100%; /* IE6: treaded as min-height*/
					min-height:100%; /* real browsers */}	


#content				{padding-top:200px;
					margin-left:20px;
					margin-right:20px;
					margin-bottom:50px;
					width:468px;
					float:left;}
					
					
#content h1				{font-size:1.6em;}

#content h2				{font-size:1.4em;
					margin-top:20px;
					margin-bottom:20px;}


#content p				{font-size:1.2em;
					line-height:1.8em;
					margin-top:20px;}
					
					
#content ul 				{font-size:1.2em;
					line-height:1.6em;
					float:left;
					padding-left:20px;
					width:100%;
					margin-bottom:20px;}
					
#content ul li				{margin-top:10px;}


#content ul ul 				{font-size:1em;
					margin-bottom:10px;}
					
					
					
#container br				{clear:both;}
					


#images					{float:right;
					width:242px;
					margin-top:200px;}
					
#images img				{margin-top:10px;
					float:right;
					margin-right:10px;}



#menu 					{position:absolute;
					top:0px;
					left:10px;}
	

#footer 				{position:absolute;
					bottom:0; /* stick to bottom */
					width:710px;
					padding:20px;}
					
					
#contact-list li			{list-style:none;
					clear:both;}


#contact-list img			{float:left;
					margin:10px;
					margin-left:-10px;}


#contact-list span			{float:right;
					padding:10px;
					width:320px;}
					
					
#think-bubble				{height:450px;
					width:500px;
					background-image: url(/images/think-bubble.gif);
					clear:both;}
					
#think-bubble p 			{padding:125px 70px 50px 70px;}
