﻿@charset "utf-8";

/* ============================================
	/restoration/index.html
============================================ */
#restoration #main { padding-bottom: 0 !important;}

.restorationContent {
	float: left;
	width: 306px;
}
.restorationPic {
	float: right;
	width: 287px;
}
	body#restoration.restoration h2,
	body#restoration.restoration h3 {
		margin-bottom: 15px;
	}


/* ============================================
	/restoration/repair.html
============================================ */
.repairContent {
	float: right;
	width: 390px;
}
.repairPic {
	float: left;
	width: 200px;
}
	body#restoration.repair h2 {
		margin-bottom: 85px;
	}
		body#restoration.repair h3 {
			margin: 37px 0 5px;
		}

#restoration.repair #main { padding-bottom: 0 !important;}



