@charset "utf-8";
/* CSS Document */

.imgright {
	float: right;
	margin: 0 0 10px 20px;
}
.imgleft {
	float: left;
	margin: 0 20px 10px 0;
}
