/*	Styles that control the presentation of the content area of all the enlargement pages.
	The height of the content area is set by an embedded style to match the height of the image.*/

#banner h3 {
	letter-spacing: 0;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: auto; margin-right:auto;
	width: 800px;
	background-color: #EFF;
	color: #000066;
}

#content h2 {
	font-size: 1.3em;
	text-align: center;
	line-height: 1.5em;
	margin: 0;
	padding: 0.5em 0.5em 0 0;
}

#content p {
	line-height: 1.3em;
	padding-right: 0.5em;
}

#content img {
	float: left;
	padding-right: 1em;
	border: 0;
}
