html {
	background-color: #7b28a5;
	}
	
body {
	border:4px solid #b6b6b6;
	border-radius:20px;
	width: 800px;
	background-color: #e4e4e4;
	margin: 10px auto;
	position:relative;
	}
	
a.menu:hover {
	color:#2fc62f;
	}	
	
ul {
	list-style-type:none;
	margin-left:0;
	padding:0;
	overflow:hidden;
	}
	
li {
	float:left;
	}
	
a.menu {
	margin-left:4px;
	border-style:solid;
	border-radius:10px;
	border-color:#b6b6b6;
	border-width:thin;
	display:block;
	width:100px;
	height:40px;
	font-size:100%;
	color:#66066c;
	background-color:#e4e4e4;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
	}
	
h1 {
	color:#747474;
	background-color: #e4e4e4;
	font-family:Trebuchet, Tahoma, Arial, sans-serif;
	text-align:center;
	font-size:26pt;
	}
	
	
#header {
	margin-top:20px;
	}
	
#navbar {
	border-bottom-style:solid;
	border-bottom-color:#b6b6b6 ;
	border-bottom-width:4px;
	list-style-type:none;
	margin:0;
	padding:0;	
	}

#main {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font:18px;
	font-weight:200;
	max-width: 600px;
	margin: 20px auto;
	position: relative;
	}
	
#schedule {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font:18px;
	margin:10px;
	position:relative;
	}

#footer {
	margin-top:20px;
	border-top-style:solid;
	border-top-color:#b6b6b6;
	border-top-width:3px;
	width:600px;
	color: #333333;
	font-family: Copperplate / Copperplate Gothic Light, sans-serif;
	font:15px;
	clear: both;
	text-align:left;
	}
#contactmap {
	position:absolute;
	top:50px;
	right:0;	
	}
#socialmedia {
	position:absolute;
	bottom:0;
	right:0;	
	}
.boxInner {
       position: relative;
       float:left;
       overflow: hidden;
    }
.boxInner img {
       width: 300px;
       height:200px;
    }
.boxInner .titleBox {
		 margin-bottom:10px;
       position: absolute;
       width:300px;
       bottom: 0;
       left: 0;
       right: 0;
       background: rgba(0, 0, 0, 0.5);
       color: #FFF;
       text-align: center;
       -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
       transition: all 0.3s ease-out;
    }
																																																																																																																	