@charset "UTF-8";
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px none #999999;
}
.image-center {
	border: medium solid #FFFFFF;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
}
