/*=======TYPOGRAPHY=============*/
body {
	color : #333;
	font-family: arial, "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.2;
	}

#content_main p { 
	font-size: 1.2em; 
	padding-right: 0.5em; 
	padding-left: 0.5em;
	}
	
#content_sub p { 
	padding-top: 0.5em; 
	padding-right: 0.1em; 
	padding-bottom: 0.0em; 
	padding-left: 0.1em; 
	}
	
div#site_info p { 
	font-size: 0.8em; 
	line-height: 1.5em; 
	text-align: right; 
	padding-top: 5em; 
	}
	
h2, h3, p, ul, blockquote { 
	margin : 0 20px .75em; 
	}
strong { 
	font-size: inherit; 
	font-weight: bold; 
	font-style: inherit; 
	line-height: inherit; 
		}
		
em { 
	font-size: inherit; 
	font-weight: inherit; 
	font-style: oblique; 
	line-height: inherit; 
	}
	
a:link, a:visited { 
	color: #069; 
	text-decoration : none; 
	padding-bottom: .25em; 
	}
	
a:hover { 
	text-decoration: underline;
	}
	
.div#contactinfo { 
	width: 300px; 
	margin-right: 1em; 
	margin-left: 1em; 
	padding: 0.2em; 
	}
	
h2 { 
	color: black; 
	font-size: 2em; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	line-height: 1.4; 
	text-align: left; 
	margin-top: .5em; 
	padding-right: 0.5em; 
	padding-bottom: 0em; 
	}
	
h3 {
	color: maroon;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	padding-top: 2.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	}
	
h4 { 
	font-weight: bold; 
	line-height: 1.4; 
	text-align: left; 
	padding-top: 0.5em; 
	}
h5 { 
	font-size: 1.3em; 
	font-weight: bold; 
	text-align: left; 
	margin-top: 2em; 
	margin-bottom: 1em; 
	margin-left: 1em; 
	padding: 0; }
#content_sub img {
	margin-top: 0em;
	}
	
#content_main p + p { 
	text-indent: 0em; 
	}

p.sub {
	font-size: 1.3em;
}

	
#design { 
	color: gray; 
	font-size: 0.8em; 
	float: left;
	padding-top: 5em; 
	padding-bottom: 0 em;
	}
