#map{float: right;}

#content form {

	margin: 0px;

	padding: 0px;

}



#content a, #footer a, #credits a {

	text-decoration: underline;

	color: #666;

	}

#content a:link {

	}

#content a:visited {

	}

#content a:active {

	}

#content a:hover, #footer a:hover, #credits a:hover {

	text-decoration: none;

	color: #666;

	}

#content h1 {

	font-size: 1.4em;

	font-weight: bold;

	margin: 1.2em 0em 1.2em 0em;

	line-height: 20px;

	color: #750020;

	}
	
#content h1.pageheading	{
	color: #91143C;
	text-transform: uppercase;
}

#content h2 {

	font-size: 1.3em;

	margin: 1.2em 0em 1.2em 0em;

	font-weight: normal;

	}

#content h3 {

	font-size: 1.2em;

	margin: 1.2em 0em 1.2em 0em;

	font-weight: normal;

	}

#content h4 {

	font-size: 1.2em;

	margin: 1.2em 0em 1.2em 0em;

	font-weight: bold;

	}

#content h5 {

	font-size: 1.0em;

	margin: 1.2em 0em 1.2em 0em;

	font-weight: bold;

	}

#content h6 {

	font-size: 0.8em;

	margin: 1.2em 0em 1.2em 0em;

	font-weight: bold;

	}

#content img {

	border: none;

	margin: 10px;

	}

#content ol, #content ul, #content li {/*

	list-style: none;*/

	font-size: 1em;

	line-height: 1.5em;

	margin-top: 0.2em;

	margin-bottom: 0.1em; 

	}

#content p {

	font-size: 1.1em;

	margin: 0.75em 0em 0em 0em;

	text-align: justify;

	}

#content strong, #footer strong, #credits strong, #content b, #footer b, #credits b {

	font-weight: bold;

	}

/* overrides for gallery */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #ACA9A9;
	border: 1px solid #91143C;
}

.gallery-item a {
	text-decoration: none;
}

#content .gallery-item img {
	margin: 0px;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

#imageDetails {
	color: #000;
}

