#MainContent {
	margin: 0px;
	background-image:url(../Images/ArborInnBG.jpg);
}
#Container {
	position:relative;
	margin:0px auto;
	padding:0px;
	width:710px;
	min-height: 900px;
}
#LeftBackground {
	float: left;
	background-image:url(../Images/ArborInnBG.jpg);
	width: 50%;
	height: 1000px;
}
#RightBackground {
	float: left;
	background-image:url(../Images/Farmington_Hills_BG.jpg);
	width: 50%;
	height: 1000px;;
}
#LeftContent {
	float: left;
	/*margin: 0 auto;*/
	top: 10px;
	width: 350px;
	min-height: 660px;
	background-color:#FFFFFF;
	border-top: #a0522d 2px solid;
	border-left: #a0522d 2px solid;
	border-bottom: #a0522d 2px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.clear_floats {
	clear: both;
}
#LeftTextBlock {
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}
#RightContent {
	float:left;
	/*margin: 0 auto;*/
	top: 10px;
	width: 350px;
	min-height: 660px;
	background-color:#FFFFFF;
	border-top: #275E55 2px solid;
	border-right: #275E55 2px solid;
	border-bottom: #275E55 2px solid;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#RightTextBlock {
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}
#AIAddressBlock {
	font-size: 16px;
	color: #740032;
	font-weight: bold;
	margin-bottom: 10px;
}
#FHIAddressBlock {
	font-size: 16px;
	color: #275E55;
	font-weight: bold;
	margin-bottom: 25px;
}
