#pdf {
	background-image: url(images/download-pdf.png);
	width: 145px;
	height: 12px;
	position: absolute;
	bottom: 23px;
	left: 45px;
}

#pdf:hover  { background-position: 0 -12px; }
#pdf:active { background-position: 0 -24px; }

#content {
	text-transform: uppercase;
	color: #421212;
}

#content ul {
	margin: 36px 0 0 36px;
	list-style: none;
}

#content li { margin-bottom: 23px; }

#content li span {
	line-height: 16px;
	margin-left: 36px;
}

#content li span.more { font-weight: normal; }