/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	}

#wrapper {
	float: left !important;
	float: inherit;
	position: relative;
	width: 100%;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	left: 50%;
	width: 610px;
	margin-left: -305px;
	}

#contentContainer {
	text-align: center;
	}

#leavesTop {
	padding-top: 8px;
	}

#content {
	text-size: 90%;
	border-bottom: 2px solid #000;
	}

#map {
	padding-left: 50px;
	}

#navigationTop {
	width: 100%;
	height: 24px;
	text-align: center;
	padding-top: 6px;
	}

#navigationTop a, #navigationTop a:link, #navigationTop a:active, #navigationTop a:visited {
	color: #808080;
	text-decoration: underline;
	}

#navigationTop a:hover {
	text-decoration: none;
	}

#navigationBot {
	width: 100%;
	height: 24px;
	text-align: center;
	padding-top: 6px;
	}

#navigationBot a, #navigationBot a:link, #navigationBot a:active, #navigationBot a:visited {
	color: #808080;
	text-decoration: underline;
	}

#navigationBot a:hover {
	text-decoration: none;
	}
