#historyMenu {
	width: 100%;
	text-align: center;
}

#historyMenu li.listItemInLine
{
	margin:0px 10px 0px 0px;
}

#pageImage {
	float: left;
	width: 417px;
	position: absolute;
	top: 50px;
	left: 25px;
}
#pageEvents {
	display: block;
	position: absolute;
	/*
	background-color: violet;
	*/
	top: 50px;
	width: 25%;
	left: 445px;
}
#copyBlock 
{
	width:700px;
	height:500px;
	float:left;
	/*background-color:Orange;*/
}
#mapCode {
	position: relative;
	top: 400px;
	left: 0px;
}
	.historyMenu {
	font: 600 9pt arial, helvetica, sans serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	line-height:30px;
	}
	a.historyMenu:link {
	color: #000000;
	text-decoration: none;
	}
	a.historyMenu:active {
	color: #000000;
	text-decoration: none;
	}
	a.historyMenu:visited {
	color: #000000;
	text-decoration: none;
	}
	a.historyMenu:hover {
	color: #0000ff;
	background-color: aliceblue;
	text-decoration: none;
	}
	#historyInstructions 
	{
		background-color:aqua;
		clear:both;
	}
	#historyMenu {
	line-height:30px;
	height:30px;
	}
