#navigation {
	height: 100%;
}
.center {
	text-align: center;
}
.margin-right {
	margin-right: 50px;
}
.inline-block {
	display: inline-block;
}
.margin-left {
	margin-left: 50px;
}
.selected {
	font-weight : bold;
	font-size : 110%;
}
.floatLeft {
	float: left;
	margin-right: 20px;
}
.textWithImage{
	height: 100px;
	margin-top : 40px;
}
.image-legend {
	color : #688066;
	text-align: center;
	font-size : 90%;
}
#footer {
	text-align: right;
	width : 100%;
	border-top : solid #ACC0AA 1px;
	color : #688066;
}