#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 830px;
	height: 100px;
	}

#pagetitle {
	position: absolute;
	top: 105px;
	left: 201px;
/*	height: 0px; */
	}
	
#locator {
	position: absolute;
	top: 135px;
	left: 201px;
	height: 20px;
	}

#content {
	position: absolute;
	top: 180px;
	left: 201px;
	width: 450px;
	background-color: white;
/*	padding: 1;*/
	}
	
#images	{
	position: absolute;
	top: 180px;
	left: 670px;
	}
	
#bottom1	{
	position: relative;
	top: 30px;
	left: -201px;
	height: 100px;
	width: 500px;
	z-index: 3;
	}
	
#bottom2	{
	position: relative;
	left: 299px;
	height: 100px;
	top: -70px;
	width: 350px;
	z-index: 2;
	}
	
#bottomnavbar {
	position: absolute;
	align: center;
	top: 50px;
	bottom: 0;
	width: 600px;
	left: 200px;
	font-size: 11pt;
	z-index: 4;
	}
