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

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

/* this is the body */
#visitsBodyElements {
	position:absolute;
	width:976px;
	height:673px;
	z-index:5;
	left: 5px;
	top: 210px;
	border: 0px;
	background-color:#FFFFFF;
}
#visitsBodyAccent {
	position:absolute;
	width:966px;
	height:663px;
	z-index:5;
	left: 5px;
	top: 5px;
	border: 1px;
	border-style: solid;
	border-color: #97A3B7;
}
#visits {
	position:absolute;
	width:500px;
	height:651px;
	z-index:6;
	left: 238px;
	top: 5px;
}
#visitsBody {
	position:absolute;
	width:500px;
	height:639px;
	z-index:6;
	left: 0px;
	top: 0px;
}
#visitsPageHeader{
	position:absolute;
	width:500px;
	height:54px;
	z-index:6;
	left: 173.5;
	top: 10px;
	text-align: center;
}
#visitsListings{
	position:absolute;
	width:480px;
	height:554px;
	z-index:6;
	left: 10px;
	top: 75px;
}
#visitsImage1{
	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: 893px;
}
