@charset "UTF-8";
/* CSS Document */

body {
	background:url('images/background.jpg') fixed;
	font-family:Calibri;
	font-size:14px;
}


h1 {
	font-size:36px;
	font-family:'Tauri', 'Source Sans Pro', sans-serif;
	font-style:regular;
	text-align:center;
}


h2 {
	font-size:18px;
	font-family:'Tauri', 'Source Sans Pro', sans-serif;
	font-style:regular;
	
}

h3 {
	font-size:18px;
	font-family:'Tauri', 'Source Sans Pro', sans serif;
	font-style:regular;
	text-align:center;
}



#wrapper {
	margin:auto;
	width:850px;
	
	padding:20px;
}






#menu {
	
	width:850px;
	text-align:center;
	font-size:16px;
	font-family: 'Calibri', 'Verdana', 'Geneva', 'sans-serif';
	height:20px;
	padding-top:15px;
	padding-bottom:18px;
	border:solid;
	border-width:thin;
	border-radius:5px;
	

}

a {color: #000; text-decoration:none;}
a:hover {color: #000; text-decoration:none;}



#banner {
	margin:auto;
	width:850px;
	height:137px;
	background:url('images/banner.png');

}



#content {
	margin:auto;
	width:850px;
	padding-top:15px;
	border-radius:7px;
	font-size:13px;
	font-family:'Tahoma', 'Geneva', 'sans-serif';


}


#colleft {
	width:570px;
	float:left;
	height:auto;
	margin-top:10px;
	
	
}

#colright {
	width:250px;
	float:right;
	height:auto;
	padding-top:15px;

}

	
#footer {
	text-align:center;
	color:#999;
	padding-bottom:10px;
	padding-top:50px;
	clear:both;
}

.facebook {
	
	width:250px;
	height:558px;
	show_faces:true;
	colorscheme:light;
	stream:true;
	border_color:;
	header:false;
	appId:187541355298;
}


.links {
	padding-left:50px;
	padding-right:50px;
}

.spotify {
	border-radius:4px;
	width:250px;
	height:350px;
	float:right;
}

.img {
	margin:15px;
	width:105px;
	height:inherit;
	border-radius:5px;

}

