.floatRight {
	margin: 10px;
	float: right;
}
.floatLeft {
	margin: 10px;
	float: left;
}
