﻿.img-left {
	border: thin solid #A97E55;
	float: left;
	margin-bottom: 4px;
	margin-right: 8px;
	margin-top: 4px;
}
.img-right {
	border: thin solid #A97E55;
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.img-center {
	border: thin solid #A97E55;
}

