html, body {
	font-family: 'Gentium Book Basic', serif;
	/*font-family: 'Montserrat', sans-serif;*/
	height:100%;
	width:100%;
	margin:0px;
	font-size: 1.1em;
}
#map_canvas {
	width: 100%;
	height: 60%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;

	}
.textinfobox {
	font-size: 1.0em;
	margin: 10px;
	min-height: 300px;
	height:40%;
	}
.textinfoheader {
	font-size: 1.5em;
	font-weight: stronger;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:block;
	color:#336699;
	}
.textinfo {
	margin: 10px;
	}
.wrapper {
	min-height: 40%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; 
}
.footer, .push {
	height: 25px; 
	width: 100%;
	font-size: 0.6em;
	text-align: center;
}
#welcomescreen {
	font-size: 0.6em;
	right:20px;
	text-align:right;
	display: inline;
	float:right;
	
	}
#navigation_links {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
}
.imgthumb {
	border-style:solid;
	border-width:1px;
	margin: 5px;
	border-color: #000000;
	max-height:75px;
	max-width:100px;
	}
#slider_controls {
	display: inline;
	}
a:link, a:visited, a:active, a:hover {
	color: #336699;
	}
#information_area {
	clear:both;
}
#event_information {
	min-height: 200px;
	}