HTML, body {
	background: #111111;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0; margin: 0;
}
#container 
{
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	position: relative;
	z-index: 1;
}
#contentContainerHome {
	position:absolute;
	background-image: url(images/content_bg.gif);
	width:900px;
	height:800px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#contentContainerRenters {
	position:absolute;
	background-image: url(images/content_bg.gif);
	width:900px;
	height:800px;
	left: 0px;
	top: 0px;
}
#contentContainerOwners {
	position:absolute;
	background-image: url(images/content_bg.gif);
	width:900px;
	height:800px;
	left: 0px;
	top: 0px;
}
#contentContainerContact {
	position:absolute;
	background-image: url(images/content_bg.gif);
	width:900px;
	height:550px;
	left: 0px;
	top: 0px;
}
#contentContainerWP {
	position:absolute;
	background-image: url(images/content_bg.gif);
	width:900px;
	height:800px;
	left: 0px;
	top: 0px;
}
#contentContainerFraser {
	position:absolute;
	background-image: url(images/content_bg.gif);
	width:900px;
	height:1800px;
	left: 0px;
	top: 0px;
}
#contentContainerGranby {
	position:absolute;
	background-image: url(images/content_bg.gif);
	width:900px;
	height:1000px;
	left: 0px;
	top: 0px;
}
#bannerContainer {
	position:absolute;
	width:898px;
	height:200px;
	z-index:2;
	left: 1px;
	top: 1px;
}
#separatorBanner {
	position:absolute;
	width:898px;
	height:1px;
	z-index:2;
	background-color:#4B4B4B;
	left: 1px;
	top: 201px;
}
#copyContainer {
	position:absolute;
	width:700px;
	height:auto;
	z-index:3;
	left: 100px;
	top: 275px;
}
#nav {
	position:absolute;
	width:860px;
	height:30px;
	z-index:4;
	left: 20px;
	top: 215px;
}
#separatorFooterHome {
	position:absolute;
	width:898px;
	height:1px;
	z-index:2;
	background-color:#4B4B4B;
	left: 1px;
	top: 799px;
}
#separatorFooterRenters {
	position:absolute;
	width:898px;
	height:1px;
	z-index:2;
	background-color:#4B4B4B;
	left: 1px;
	top: 799px;
}
#separatorFooterOwners {
	position:absolute;
	width:898px;
	height:1px;
	z-index:2;
	background-color:#4B4B4B;
	left: 1px;
	top: 799px;
}
#separatorFooterContact {
	position:absolute;
	width:898px;
	height:1px;
	z-index:2;
	background-color:#4B4B4B;
	left: 1px;
	top: 549px;
}
#separatorFooterWP {
	position:absolute;
	width:898px;
	height:1px;
	z-index:2;
	background-color:#4B4B4B;
	left: 1px;
	top: 799px;
}
#separatorFooterFraser {
	position:absolute;
	width:898px;
	height:1px;
	z-index:2;
	background-color:#4B4B4B;
	left: 1px;
	top: 1799px;
}
#separatorFooterGranby {
	position:absolute;
	width:898px;
	height:1px;
	z-index:2;
	background-color:#4B4B4B;
	left: 1px;
	top: 999px;
}
#footerContainerHome {
	position:absolute;
	width:900px;
	height:200px;
	z-index:4;
	left: 0px;
	top: 800px;
	background-image: url(images/footer_bg.gif);
}
#footerContainerRenters {
	position:absolute;
	width:900px;
	height:200px;
	z-index:4;
	left: 0px;
	top: 800px;
	background-image: url(images/footer_bg.gif);
}
#footerContainerOwners {
	position:absolute;
	width:900px;
	height:200px;
	z-index:4;
	left: 0px;
	top: 800px;
	background-image: url(images/footer_bg.gif);
}
#footerContainerContact {
	position:absolute;
	width:900px;
	height:200px;
	z-index:4;
	left: 0px;
	top: 550px;
	background-image: url(images/footer_bg.gif);
}
#footerContainerWP {
	position:absolute;
	width:900px;
	height:200px;
	z-index:4;
	left: 0px;
	top: 800px;
	background-image: url(images/footer_bg.gif);
}
#footerContainerFraser {
	position:absolute;
	width:900px;
	height:200px;
	z-index:4;
	left: 0px;
	top: 1800px;
	background-image: url(images/footer_bg.gif);
}
#footerContainerGranby {
	position:absolute;
	width:900px;
	height:200px;
	z-index:4;
	left: 0px;
	top: 1000px;
	background-image: url(images/footer_bg.gif);
}
.textLink {color:#FFFFFF; font-weight:bold; text-decoration:underline;}
.headerCopy {color:#FFFF00; font-weight:bold; font-size:20px;}
.contentCopy {color: #FFFFFF; font-size: 13px;}
.yellowCopy {color:#FFFF00; font-weight:bold; font-size:13px;}
.redCopy {color:#FF0000; font-size:13px;}
.micetype {color: #FFFFFF; font-size: 9px;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

