#subjectholder {
	width: 100%;
	border: 0px solid white;
	margin-top: 100px;
	margin-bottom: 100px;
}
#subject_title {
	color: #55aad4;
	font-size: 1em;
	display: inline-block;
	float: left;
	border: 0px solid black;
	margin-left: 50px;
	width: 350px;
	margin-right: 10px;
}
#subject_copy {
	color: gray;
	display: inline-block;
	border: 0px solid black;
	width: 300px;
	font-size: .8em;
}
#pagecopy {
	border: 0px solid black;
	height: auto;
	padding: 10px;
	font-size: .8em;
	line-height: 1.5em;
	color: gray;
	margin: 2px 50px;
}
