.content header img {
	box-shadow: 0 6px 5px -5px #707070; 
}

#contentBody .overview {
	font-size: 10pt;
	float: left;
	width: 30%;
	line-height: 160%;
}

#contentBody .items {
	float: right;
	font-size: 10pt;
	width: 65%;
	font-weight: 400;
}

#contentBody article {
	margin: 0 0 35px 0;
}

.items div {
	margin-bottom: 30px;
}

.items ul {
	padding: 0;
	list-style: none;
	font-size: 10pt;
}

.items ul li {
	margin: 0 0 4px 0;
	padding-left: 1em;
	text-indent: -1em;
}

.items ul li:before {
	content: ". /";
	padding-right: 5px;
}

