#header {
	background-color: #CCCCCC;
	height: 300px;
	background-image: url(../images/residential/residentialheader.jpg);
	background-repeat: no-repeat;
}
#content {
	margin: 0px;
	padding: 0px;
	background-color: #ddd6c5;
	background-image: url(../images/residential/ResidentialBody.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	height: 485px;
}
#content h1 {
	font-size: 150%;
	color: #31325F;
	margin: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 250px;
}
#content h2 {
	margin: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 250px;
	font-size: 120%;
	text-align: justify;
	font-style: italic;
	color: #333333;
	font-weight: bold;
}
#content h3 {
	margin: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 250px;
	font-size: 125%;
	text-align: justify;
	font-style: italic;
	color: #333333;
}
#content p {
	font-size: 1em;
	color: #333333;
	padding-right: 10px;
	padding-left: 250px;
	padding-top: 10px;
}
#content ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 350px;
	font-size: 110%;
	color: #333333;
	list-style-type: disc;
}
#content a {
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	background-color: #31325F;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#content a:hover {
	background-color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #31325F;
}
#content img {
	float: right;
	padding-right: 25px;
	clear: both;
}
