.content { /* Content Block Size, Text Definition */
    background: white;
	width: 1100px;
	height: auto;
}

.content_block {
	top: 0;
	display: inline-block;
	vertical-align: top;
	width: 490px;
	padding: 0 0 0 40px;
}

.content_image {
	vertical-align: top;
}

.content_image img {
	width: 500px;
	height: 400px;
}

.content_text {
	top: 0;
}

.content_text a {
	font-size: 16px;
}

.content_footnote {
	top: 0;
	font-size: 16px;
	line-height: 20px;
	padding: 0 40px 0 40px;
}

.content_footnote a {
	font-size: 14px;
}