.image_float_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.image_float_left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
