/* Styles that control the presentation of the content area of the index.html page*/

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: auto; margin-right:auto;
	width: 800px;
	height: 615px;
	background-color: #EEF;
	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: 1em;
	margin: 0.5em 0 0 0;
}

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

