
.clearBoth {
	clear: both;
	margin: 0;
}

.floatLeft {
	float: left;
}

.floatRight{
	float: right;
}

