#home_content_container {
	float: left;
	width: 444px;
}
#residential_bg {
	float: left;
	width: 219px;
	text-align: center;
	font-size: 20px;
	color: #ff554a;
	padding-top: 5px;
	height: 170px;
}
#residential_bg a{
color: #ff554a;
text-decoration: none;
}
#residential_bg a:hover{
color: #ff554a;
text-decoration:underline;
}
#commercial_bg {
	float: left;
	width: 218px;
	text-align: center;
	font-size: 20px;
	color: #ff554a;
	padding-top: 5px;
	height: 170px;
	margin-left: 7px;
}
#commercial_bg a{
color: #ff554a;
text-decoration: none;
}
#commercial_bg a:hover{
color: #ff554a;
text-decoration:underline;
}
#photo_gallery_res {
	float: left;
	width: 219px;
	text-align: center;
	color: #95231d;
	padding-top: 8px;
}
#photo_gallery_com {
	float: left;
	width: 218px;
	text-align: center;
	color: #95231d;
	padding-top: 8px;
	margin-left:7px;
}
#home_bottom_content {
	float: left;
	width: 444px;
	padding-top: 25px;
}
#inner_content_container {
	float: left;
	width: 665px;
	line-height: 22px;
}
#inner_content {
	float: left;
	width: 665px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9ddca;
}
.building_padding {
	padding-left: 30px;
}
.size_16 {
	font-size: 16px;
}
.size_16_brown {
	font-size: 16px;
	color: #95231d;
}





h1 {
	font-size: 24px;
	color: #df473f;
	font-style: italic;
}
h2 {
	font-size: 18px;
	color: #95231d;
	margin-bottom: 0px;
}

.brown {
	color: #a58e6b;
}
