
	h1.title {
		font-weight: normal;
		font-size: 1.7em;
		margin:0 0 0 230px;
		padding-top:33px;
	}
	
	#close {
		position: absolute;
		top: 30px;
		right: 15px;
		height: 28px;
		width: 90px;
		text-align:right;
		display: none;
	}
	
	#back-button {
		position: absolute;
		top: 28px;
		right: 14px;
		height: 22px;
		width: 186px;
		z-index:1000;
		display:none;
		background-image:url(images/back_button.png);
		background-repeat:no-repeat;
		background-position:top;
		text-align:center;
		padding-top: 4px;
		padding-left: 4px;
	}
	
	#back-button:hover {
		background-position:bottom;
	}
	
	 a.toplink{
		text-decoration: none;
		color: #000;
		font-size: 1.1em;
		font-weight: normal;
	}
	
	#maparea {
		background-image:url(images/stripe.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		height:400px;
		width:864px;
		margin-top: 24px;
		padding-top:8px;
	}
	#contentarea {
		background-image:url(images/stripe.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		height: 320px;
		width: 864px;
		/*display: none;*/
	}
	#legend {
		background-image:url(images/legend.png);
		background-position:center;
		background-repeat: no-repeat;
		margin-top: 11px;
		height: 308px;
		width: 156px;
		float: right;
	}
