html, body {
	margin: 0;
	padding: 0;
	background: #659d70;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 24px;
}

a {
	text-decoration: none;
}

#header {

}

#logo_container {
	background: #21815b;
	width: 100%;
}

#logo {
	height: 87px;
	max-width: 1000px;
	margin: 0 auto;
}

#menu_container {
	background: #4d9369;
	width: 100%;
}

#menu {
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	padding-bottom: 3px;
	padding-right: 5px;
	font-size: 16px;
}

#menu ul, li {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	display: inline-block;
	margin-left: 20px;
}

#menu a {
	color: #fff;
	font-weight: bold;
}

#menu a:hover {
	color: #9dc0a4;
}

#content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
}

#content a {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#content a:hover {
	color: #9dc0a4;
	border-bottom: 1px dashed #9dc0a4;
}

#content h1 {
	font-size: 26px;
	line-height: 28px;
}

.bubble {
	font-size: 12px;
	height: 12px;
	line-height: 10px;
	display: inline-block;
	padding: 3px;
	border-radius: 5px;
	width: 45px;
	text-align: center;
	margin-right: 7px;
	position: relative;
	top: -3px;
}

.seminar {
	background: red;
}

.compo {
	background: green;
}

.concert {
	background: orange;
}

.show {
	background: blue;
}

.event {
	background: purple;
}

article {
	-webkit-column-width: 220px;
	-moz-column-width: 220px;
	column-width: 220px;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

#footer_container {
	background: #21815b;
	width: 100%;
}

#footer {
	max-width: 1000px;
	min-height: 200px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	color: #659d70;
}

#footer #supporters {
	word-spacing: 30px;
	margin: 0;
	padding: 0 0 25px 0;
}
