@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #15577A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 567px;
	background-image: url(images/stairdrawing780.gif);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;

}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0 20px;
	}

#apDiv1 {
	position:relative;
	left:745px;
	top:80px;
	width:120px;
	height:240px;
	z-index:9;
}
	
	
#apDiv2 {
	position:relative;
	left:123px;
	top:435px;
	width:68px;
	height:30px;
	z-index:2;
}
#apDiv3 {
	position:relative;
	left:285px;
	top:252px;
	width:101px;
	height:30px;
	z-index:3;
}
#apDiv4 {
	position:relative;
	left:200px;
	top:298px;
	width:94px;
	height:30px;
	z-index:4;
}
#apDiv5 {
	position:relative;
	left:410px;
	top:115px;
	width:101px;
	height:30px;
	z-index:5;
}
#apDiv6 {
	position:relative;
	left:525px;
	top:-35px;
	width:94px;
	height:30px;
	z-index:6;
}
#apDiv7 {
	position:relative;
	left:630px;
	top:-98px;
	width:100px;
	height:30px;
        background: #000000
	z-index:7;

}
#apDiv8 {
	position:relative;
	left:-10px;
	top:-170px;
	width:166px;
	height:107px;
	z-index:8;
}
#apDiv9 {
	position:relative;
	left:-464px;
	top:-92px;
	width:444px;
	height:15px;
	z-index:10;
}

#apDiv10 {
	position:relative;
	left:630px;
	top:1px;
	width:109px;
	height:250px;
	z-index:9;
}

#apDiv11 {
	position:relative;
	left:225px;
	top:-38px;
	width:372px;
	height:53px;
	z-index:10;
}

	


	
