/* CSS Document */

body {
	background-color: #000000;	
}
#container {
	display: block;
	height: 800px;
	width: 1024px;
	position: relative;
}
#banner {
	display: block;
	height: 400px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 0px;
	
	z-index: 3;
}
#navbar {
	display: block;
	height: 700px;
	width: 150px;
	
}
#content {
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 12px;
	color: #666666;
	background-image: url(extra%20images/bg_staff.gif);
	background-repeat: repeat;
	display: block;
	padding: 15px;
	height: 600px;
	width: 994px;
	position: absolute;
	left: 0px;
	top: 250px;
	z-index: 0;
	
}
#table {
	display: block;
	height: 600px;
	width: 1024px;
	position: absolute;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#heading {
	display: block;
	height: 200px;
	width: 200px;
	
	position: absolute;
	left: 661px;
	top: 262px;
	z-index: 1;
}

