﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.all{
	background-color: #f2f2f2;
	background-size: cover;
	width: 93%;
	margin: 40px;
}
.body{
	background-color: #f2f2f2;
	background-size: cover;
}
.wrap{
	background-color: #f2f2f2;
	width: 85%;
	min-width:520px;
	margin:40px;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
}
.header{
	clear: both;
	padding: 10px 0;
}
.footer{
	text-align: center;
	font-size: 8pt;
	padding: 10px 0;
	clear: both;
}
.events{
	text-align:left;
	width: 32%;
	float: right;
}
.pianola{
	width: 66%;
	float: left;
}
.h1{
	font-size: 24pt;
	font-weight: bold;
}
.h2{
    font-size: 20pt;
    font-weight: bold;
	float: left;
}
.nextsession{
	float: right;
}