/**
 * Style sheet basic
 */
.imageLeft
{
	float:left;
	margin:0px 10px 10px 0px;
}

.imageRight
{
	float:right;
	margin:0px 0px 10px 10px;
}

.clearFloat
{
	clear:both;
}

