@charset "iso-8859-1";
/* edi nelson * contact * CSS */

#container {
    position:absolute;
	left: 50%;
	top: 0px;
	z-index:1;
}
#innerContainer {
	position:absolute;
	width:986px;
	height:950px;
	margin-left:-493px;
	z-index:2;
}

/* this is the body */
#contactBodyElements {
	position:absolute;
	width:976px;
	height:553px;
	z-index:5;
	left: 5px;
	top: 210px;
	border: 0px;
	background-color:#FFFFFF;
}
#contactBodyAccent {
	position:absolute;
	width:966px;
	height:543px;
	z-index:5;
	left: 5px;
	top: 5px;
	border: 1px;
	border-style: solid;
	border-color: #97A3B7;
}
#contact {
	position:absolute;
	width:500px;
	height:531px;
	z-index:6;
	left: 238px;
	top: 5px;
}
#contactBody {
	position:absolute;
	width:500px;
	height:519px;
	z-index:6;
	left: 0px;
	top: 0px;
}
#contactPageHeader{
	position:absolute;
	width:500px;
	height:54px;
	z-index:6;
	left: 173.5;
	top: 10px;
	text-align: center;
}
#contactListings{
	position:absolute;
	width:480px;
	height:434px;
	z-index:6;
	left: 10px;
	top: 75px;
}
#contactImage1{
	position:absolute;
	width:10px;
	height:320px;
	z-index:6;
	left: 753px;
	top: 10px;
}


/* this is the footer */
#footer {
	position:absolute;
	width:976px;
	height:165px;
	z-index:3;
	left: 5px;
	top: 773px;
}
