.fright {
	float: right;
}

.fleft {
	float: left;
}

.logo {
	color: white;
	font-size: 34px;
	font-family: 'Lobster';
}

.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: gray;
    z-index: 1000;
	min-height: 45px;
}

.eu-cookies .eu-cookies-size {
	max-width: 970px;
	margin: 0 auto;
	text-align: center;

}

.eu-cookies .eu-cookies-text {
	z-index: 10000;
	padding: 5px;
}

.eu-cookies a {
	color: white;
	text-decoration: underline;
}

.page .page-header {
	background: #f8f8f8 none repeat scroll 0 0;
    padding-bottom: 30px;
    padding-top: 40px;
}

.page .page-content {
	padding-bottom: 60px;
    padding-top: 60px;
}