#Layer1 {
	position:absolute;
	width:172px;
	height:260px;
	overflow: visible;
	left: 80px;
	top: 280px;
	visibility: hidden;
	z-index:7;
}

#pgTop {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 10px;
	visibility: visible;
	z-index: 10;
	}

#Head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 100px;
	background: #000000;
	visibility: visible;
	z-index: 11;
}

/* Start nav bar layers, must still use .navBar class from MainEF.css */
#home {
	position:absolute;
	left:30px;
	top:120px;
	z-index: 12;
}
#products {
	position:absolute;
	left: 180px;
	top: 120px;
	z-index: 13;
}
#tech {
	position:absolute;
	left: 330px;
	top: 120px;
	z-index: 14;
}
#events {
	position:absolute;
	left: 480px;
	top: 120px;
	z-index: 16;
}
#instruct {
	position:absolute;
	left: 630px;
	top: 120px;
	z-index: 15;
}
#contact {
	position:absolute;
	left: 780px;
	top: 120px;
	z-index: 17;
} /*End nav*/


#bground {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:1000px;
	text-align: center;
	background-image: url(../images/MainTableBG.jpg);
	background-repeat: repeat-x;
	background-color: #b8babb;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
	z-index: 8;
	}

#sidenav { /* use .navList class from MainEF.css */
	position:absolute;
	left: 20px;
	top: 20px;
	width: 190px;
	height: 502px;
	z-index: 5;
}

#Head1 { /* use .groupHead class from MainEF.css */
	position: absolute;
	left: 230px;
	top: 15px;
	visibility:visible;
	z-index: 3;
}
#Head1body {/* use .Group class from MainEF.css */
	position: absolute;
	left: 230px;
	top: 45px;
	width: 648px;
	visibility:visible;
	z-index: 1;
}
#Head2{  /* use .groupHead class from MainEF.css */
	position: absolute;
	left: 230px;
	top: 190px;
	visibility:visible;
	z-index: 5;
}
#Head2body{  /* use .Group class from MainEF.css */
	position: absolute;
	left: 230px;
	top: 215px;
	width: 648px;
	height: 160px;
	visibility:visible;
	z-index: 6;
}
.iframe {
	position: absolute;
	left:0px;
	top: 0px;
	border:0;
	width: 648px;
	height:486px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	visibility:visible;
}
#bottom { /* add "top:__; position:inline;" to style of boxes*/
	position:absolute;
	left: 0px;
	width: 988px;
	height: 15px;
	visibility: visible;
	z-index: 9;
}
#body {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 5%;
	top: 5%;
}
.mainwindow {
	overflow: visible;
	position: absolute;
	height: 402px;
	width: 642px;
	left: 235px;
	top: 20px;
	border: thin solid #FFFFFF;
}
