@charset "utf-8";
body {
	font-family: "Kabel Bk BT", Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
#contentWrapper {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	height: 698px;
}
#content {
	height: 698px;
	width: 1000px;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#TopContent {
	height: 698px;
	width: 1000px;
	overflow: visible;
}
#BottomContent {
	height: 159px;
	width: 1000px;
	background-image:url(../design-images/bottomContentBackground.jpg);
	background-repeat:no-repeat;
}
#topCircle {
	position: absolute;
	height: 42px;
	width: 70px;
	left: 165px;
	top: 75px;
}
#leftPanel {
	position: absolute;
	height: 424px;
	width: 194px;
	left: 80px;
	top: 117px;
	background-image: url(../design-images/leftPanelBackground.gif);
	background-repeat: no-repeat;
}
#midPanel {
	position: absolute;
	height: 424px;
	width: 196px;
	left: 287px;
	top: 117px;
	background-image: url(../design-images/middlePanelBackground.gif);
}
#rightPanel {
	position: absolute;
	height: 424px;
	width: 427px;
	left: 493px;
	top: 117px;
	background-image: url(../design-images/rightPanelbackground.gif);
}
#directions {
	position: absolute;
	height: 250px;
	width: 356px;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	display: none;
	left: 529px;
	top: 156px;
	text-transform: lowercase;
	color: #FFFFFF;
	border: 4px outset #8CB43C;
}
