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

