body {
	margin: 0;
	padding: 0;
	width: 100%;
}

.dayTitle {
	color: #339966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: center;
}
.dayTitleTag {
	font-size: large;
	font-weight: bolder;
	color: #339966;
	font-style: italic;
}
.thumbnailFrame {
	border-width: 2px;
	border-color: #339966;
	margin-left: 2em;
	position: absolute;
	margin-left: 1em;
	top: 220px;
	margin-right: auto;
	visibility: visible;
}
.map {
	text-align: center;
	float: right;
	margin: 0px;
	padding: 0px;
}
	
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
