div#outerWrapper
{
	position: relative;
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
div#websiteEdge
{
	position: relative;
	width: 900px;
	border: 2px solid #C8D9B9;
	background-image: url(../images/people.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#headerWrapper
{
	position: relative;
	height: 160px;
}
img#companyLogo
{
	position: absolute;
	top: 30px;
	right: 20px;
}
div#sideBar
{
	position: relative;
	float: right;
	background-color: #2E6E20;
	border-left: 2px solid #B2C99D;
	width: 400px;
}
div#sideBarContentWrapper
{
	min-height: 320px;
	position: relative;
	padding-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 70px;
}
div#swoosh
{
	position: absolute;
	width: 631px;
	height: 47px;
	top: -15px;
	right: 0;
	background-image: url(../images/swoosh.gif);
	background-repeat: no-repeat;		
}
img#hillreedLogo
{
	position: absolute;
	bottom: 25px;
	left: 25px;
}
img#wardHomesLogo
{
	position: absolute;
	bottom: 15px;
	right: 25px;
}
p#tagLine
{
	position: absolute;
	left: 40px;
	top: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #666666;
}
p#subtagLine
{
	position: absolute;
	left: 42px;
	top: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.clearme
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
a
{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer
{
	color:#666666; 
	font-size:10px;
}
