.TopWrapper {
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table;
	height: 20%;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b81c1c;
	min-height: 120px;
}
.MiddleWrapper {
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	display: table;
	height: 65%;
	width: 100%;
	min-height: 120px;
}
.FooterWrapper {
	text-align: center;
	vertical-align: middle;
	display: table;
	height: 15%;
	width: 100%;
	min-width: 635px;
}
.Cell_V-Cntr_H-Cntr {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	width: 100%;
}
.Cell_V-Bottm_H-Cntr {
	text-align: center;
	vertical-align: bottom;
	display: table-cell;
	height: 100%;
	width: 100%;
}
.FooterAddress {
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	display: table;
	height: 20px;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #978052;
	clear: right;
	float: left;
	min-width: 635px;
	padding-right: 20%;
}
.FooterGradient {
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	display: table;
	height: 92px;
	width: 80%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #978052;
	background-image: url(../images/FooterRule.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: left;
	float: left;
	min-width: 635px;
	padding-right: 20%;
	margin-right: 20%;
}
.MainContainer {
	text-align: center;
	vertical-align: middle;
	display: table;
	height: 445px;
	width: 673px;
	min-height: 120px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/TMG-MainMontage.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	margin-top: 5px;
}
.NavHolder {
	width: 150px;
}

