.mmmRow {
	clear: both;
	padding-bottom: 10px;
	overflow: auto;
}
.mmmLeftCell {
	float: left;
	width: 49%;
	margin-bottom: 2%;
}
.mmmRightCell {
	float: right;
	width: 49%;
	margin-bottom: 2%;
}
.mmmpicLeft, .mmmgoogleMapLeft {
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}
.mmmpicRight, .mmmgoogleMapRight {
	float: right;
	margin-left: 2%;
	margin-bottom: 10px;
}
.mmmFull {
	clear: both;
}

/* */

.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
