#img_holder {
	width: 100%;
	height: auto;
	padding-top: 60px;
}
#img_comment {
	color: gray;
	font-size: .8em;
	margin-left: 50px;
	margin-top: 5px;
	display: block;
	margin-bottom: 50px;
}
#subjectholder {
	width: 100%;
	border: 0px solid white;
	margin-top: 20px;
	margin-bottom: 20px;
}
#subject_title {
	color: #55aad4;
	font-size: 1em;
	display: inline-block;
	float: left;
	border: 0px solid black;
	margin-left: 50px;
	width: 252px;
	margin-right: 10px;
}
#subject_copy {
	color: gray;
	display: inline-block;
	border: 0px solid black;
	width: 400px;
	font-size: .8em;
}