* {
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

body {
	background-color: #000000;
	color: #ffffff;
	font-family: futura, verdana, arial, sans-serif;
	font-size: 14px;
}

#lowerLeft {
	position: absolute;
	background-image: url("../images/lowerLeft.jpg");
	background-repeat: no-repeat;
	width: 225px;
	height: 282px;
	left: -1px;
	bottom: -18px;
	z-index: 1 !important;
}
	
a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#content {
	position: absolute;
	padding: 20px;
	z-index: 10;
}

img.border {
	padding: 3px;
	margin: 0px;
	background-color: #FFFFFF;
	z-index: 11;
}

#titleBar {
	position: relative;
	margin: 20px auto;
	text-align: center;
}
	
table#athTable {
	position: absolute;
	text-align: center;
}

#maps {
	position: absolute;
	top: 20px;
	left: 200px;
	width: 500px;
	height: 436px;
}

#dirSide {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	height: 436px;
}

#dirBottom {
	position: absolute;
	top: 370px;
	left: 10px;
	width: 560px;
	height: 40px;
}
	
	
