@charset "UTF-8";
.image_left_no_border { /* Use this to place a mug or photo with no border to the right with text wrapping around it */
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.image_right_no_border { /* Use this to place a mug or photo with no border to the left with text wrapping around it */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat {
	clear: both;
}



