@charset "UTF-8";
.photoLeft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	border: thin solid #666666;
}
.photoRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 10px;
	border: thin solid #666666;
}
