﻿#TopBanner {
	margin: auto;
	position: fixed;
	width: 100%;
	height: 48px;
	left: 0px;
	top: 2px;
	z-index: 1;
	background-color: #800000;
	float: none;
}
#container {
	margin: auto;
	position: relative;
	width: 950px;
	height: 750px;
	left: 0px;
	top: 41px;
	padding: 1px;
	background-color: #FFCC99;
	z-index: -1;
	text-align: left;
}
#navButton1 {
	width: 142px;
	height: 40px;
	float: left;
	bottom: 0px;
	top: 4px;
	position: absolute;
	left: 100px;
}
#navButton2 {
	width: 142px;
	height: 40px;
	left: 292px;
	float: none;
	clear: none;
	position: absolute;
	bottom: 0px;
	top: 4px;
}
#navButton3 {
	width: 142px;
	height: 40px;
	float: none;
	position: absolute;
	left: 600px;
	bottom: 0px;
	top: 4px;
}
#navBar {
	margin: auto;
	width: 750px;
	height: 45px;
	position: relative;
	left: 100px;
}
#Map {
	border-style: solid;
	font-family: "Comic Sans MS";
	font-size: large;
	width: 526px;
	text-align: center;
	height: 680px;
	position: absolute;
	clear: none;
	left: 420px;
	color: #800000;
	float: right;
	top: 55px;
	right: 1px;
}
#People {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #800000;
	text-align: left;
	border-style: solid;
	position: absolute;
	width: 415px;
	height: 680px;
	top: 55px;
	left: 1px;
	float: left;
	text-indent: 5px;
}
#PageBanner {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	color: #800000;
	border-style: solid;
	position: absolute;
	width: 945px;
	height: 51px;
	top: 1px;
	text-align: center;
}


#Footer {
	border-style: solid;
	font-size: x-large;
	font-family: "Comic Sans MS";
	color: #800000;
	position: absolute;
	width: 941px;
	height: 180px;
	top: 725px;
	text-align: center;
}



