#mapcontainer {
	position: relative;
	float: left;
	width: 580px;
	height: 580px;
	background-color: #E6E6E6;
	margin-bottom: 200px;
}
#maplinks {
	position: relative;
	clear: both;
	float: left;
	width: 300px;
	margin-top: 10px;
	font-size: 1.0em;
	font-weight: 700;
}
#maplinks ul {
	list-style-type: none;
	padding: 0;
}
#maplinks ul a:link, #maplinks ul a:visited {
	display: block;
	width: 260px;
	height: 30px;
	line-height: 29px;
	text-decoration: none;
	text-indent: 25px;
	font-weight: 700;
	background: #fff url("/images/classic/buttons/main-nav-button.gif") no-repeat left top;
	color: #333;
}	
#maplinks li {
	margin: 0 0 5px 0;
}
#maplinks li a {
	color: #500000;
	text-decoration: none;
}
#maplinks ul a:hover, #maplinks ul a:active {
	background: #fff url("/images/classic/buttons/main-nav-button.gif") no-repeat right top;
	color: #330000;
	font-weight: 700;
}
#foot   {
	position: relative;
	top: 40px;
	left: 7px;
	width: 895px;
}