﻿/* Unique CSS options for the main_vacations page only */

.vacation_block_right {
	float: right;
	margin-left: 20px;
	width: 450px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}
.vacation_block_left {
	float: left;
	width: 450px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: 20px;
}
