html {
	font: 101%/101% Georgia, Times New Roman, Times, serif;
	}

body {
	font: 0.8em/1.4em Georgia, Times New Roman, Times, serif;
	}
	
#header h2 {
	font-size: 1.1em;
	}
	
#navigation, #header p a, #header p, #footer a, #header img {
	display: none;
	}
	
/* ================================================================
=Content */

#content {
	}
	
#content h2 {
	margin: 25px 0 10px 0;
	font: 1.45em/1.8em Georgia, Times New Roman, Times, serif;
	}
	
#content h3 {
	margin: 15px 0 10px 0;
	font: 1.3em/1.8em Georgia, Times New Roman, Times, serif;
	}
	
#content h4 {
	font: 1.1em/1.8em Georgia, Times New Roman, Times, serif;
	}
	
#content p {
	margin: 20px 0;
	}
	
#content address {
	font-style: italic;
	margin: 10px 15px;
	line-height: 1.5em;
	}
	
/* ----------------------------------------------------------------
=Lists */
#content ol, ul {
	margin: 10px 45px;
	}
	
#content dl {
	margin: 10px 45px;
	}
	
#content dd {
	margin: 0px 0 0 15px;
	}
	
#content dt {
	margin: 15px 0 0 0px;
	font-weight: bold;
	}
	
/* ----------------------------------------------------------------
=Photo styles */

div.photo_right {
	float: right;
	margin: 15px 0 15px 25px;
	}

#content div.photo_right p {
	width: 243px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	}
	
#content img.map {
	float: left;
	border: 1px solid #999;
	margin: 0px 25px 0 0;
	} 
