@import 'https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Lato:400,700';

		html, body 		{ margin: 0; padding: 0; bgcolor="#909090"}
  		body 			{ color: #505050; font-family: 'Lora', serif; line-height: 26px; }
		p				{ color: #505050; font-family: 'Lora', serif; font-size: 14px; line-height: 26px; }
		p.bio			{ color: #505050; font-family: 'Lato', sans-serif; font-size: 16px; line-height: 21px; text-align: justify; margin: 0px 2px 10px 180px; }
		
		a				{ color: #707070; text-decoration: none; font-family: 'Lora', serif; }
		a.bio			{ color: #0066cc; text-decoration: none; font-family: 'Lato', sans-serif; }
		a:hover 		{ color: #0066cc; text-decoration: none; }
		h1				{ font-family: 'Lato', sans-serif !important; font-size: 24px; line-height: 30px; font-weight: 400; }
		
		.highlight 		{font-weight: 700 }
		
		
		#container		{ width: 660px; margin: 0 auto;}
		#wrapper		{ float: center; width: 100%; }

		/* Content Style */

		#content		{ background: #ffffff; }

	
		/* Content Positioning & Size */
		#content		{ padding: 20px; }


	<!--[if IE]>
	<style type="text/css">
	    #navigation, #content, #extra { margin-top: 20px; }
	</style>
	<![endif]-->
