
#content {
	padding-right: 2.5em;
	padding-left: 2.5em;
	width: 51.25em;
	text-align: left;
	height: auto;
}

html>body #content {
	min-height: 0;
	height: auto;
}

#content h2, h3 {
	font-weight: normal;
	color: #dbc378;
}

#content h2 {
	padding-bottom: 1em;
}

#content p {
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

#content img {
	padding: 0 0 1em 0;
	width: 50em;
}

#content a {
	text-decoration: underline;
}

#address p {
	text-align: center;
}

ol li, ul li {
	color: #f6f6f6;
	line-height: 1.5;
}

ul li {
	list-style-type: none;
}

dl {
	color: #f6f6f6;
}

