.photo_right {
	float: right;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photo_left {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 5px;
	margin-right: 10px;
}
.justify {
	text-align: justify;
}

