body {
	font-family: 'Cantarell', sans-serif;
	background-color: #BFFFBF;
	margin: 0px;
}

header {
	background-color: #008C00;
	text-align: center;
}

	header h1 {
		color: black;
		display: inline;
		text-decoration:none;
	}

	header a {
		text-decoration:none;
	}

nav {
	background-color: #6EB35D;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 1em;
	
	text-align: center;
}

	nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	nav li {
		display: inline;
		margin: 0 0.25em;
	}
	
	nav li:before {
		content: "| ";
	}
	
	nav li:first-child:before {
		content: none;
	}
	
	nav a {
		color: black;
		text-decoration: none;
	}
	
	nav a:hover {
		text-decoration: underline;
	}

section h1 {
	
}

section.block {
	display: inline;
	float: left;
	width: 50%;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.clearboth {
	clear: both;
}

.tag {
	font-family: 'Droid Sans Mono', monospace;
	font-size:0.9em;
	background-color: #CFDDCF;
}

#mapdiv {
	width: 300px;
	height: 300px;
}

#fullmapdiv {
	width: 100%;
	height: 500px;
}

.olControlAttribution {
	display: none;
	visibility: hidden;
}

aside {
	float: right;
	
	margin: 10px;
	border: 1px dashed lightgray;
	padding: 2px;
}

p {
	text-align: justify;
}

figure {
	margin: 10px;
	text-align: center;
	border: 1px dashed lightgray;
	padding: 2px;
	
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

figcaption {
	font-size: 0.8em;
}

table { margin: 1em; border-collapse: collapse; }
td, th { padding: .3em; border: 1px #ccc solid; } 

#main {
	background-color: #E8FFE8;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	text-align: left;
}

footer {
	background-color: #008C00;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	
	text-align: center;
	
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
