@charset "utf-8";

.buttonstyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.heads {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 2px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	height: 18px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 15px;
	font-weight: normal;
	text-indent: 0px;
}

.agenda {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 15px;
	text-transform: uppercase;
}
	
#container {
	position: relative;
	height: 1200px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: absolute;
	height: 100px;
	width: 1024px;
	background-image: url(images/header.png);
}

#socialmediacontainer {
	position: absolute;
	width: 180px;
	height: 30px;
	right: 0px;
	bottom: 33px;
}

#socialbutton {
	position: static;
	width: 30px;
	height: 30px;
	float: left;
	padding-right: 3px;
	padding-left: 2px;
}

#buttonbar {
	position: absolute;
	width: 1024px;
	height: 30px;
	top: 100px;
	background-image: url(images/buttonba.png);
}

#buttons {
	position: static;
	height: 30px;
	width: 128px;
	float: left;
	margin-top: 7px;
}

#banner {
	position: absolute;
	width: 1024px;
	height: 300px;
	top: 130px;
}

#body {
	position: absolute;
	top: 450px;
	left: 0px;
	width: 654px;
	height: 770px;
}

#divhead {
	position: absolute;
	width: 100%;
}

#dateandplace {
	position: static;
	width: 100%;
	top: 20px;
	height: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	text-indent: 4px;
}

#divcontent {
	position: absolute;
	width: 654px;
	height: 100%;
	top: 18px;
}

#musicplayer {
	position: absolute;
	top: 450px;
	right: 0px;
	width: 350px;
	height: 184px;
}

#soundcloudplayer {
	position: absolute;
	width: 350px;
	top: 18px;
	right: 0px;
	height: 166px;
}

#facebook {
	position: absolute;
	width: 350px;
	height: 100px;
	right: 0px;
	top: 654px;
}

#likebutton {
	position: absolute;
	top: 28px;
	width: 100%;
}
	

#footer {
	position: fixed;
	bottom: -10px;
	width: 102%;
	height: 60px;
	background-color: #000000;
	margin-left: -1%;
	margin-right: -1%;
}

#foottext {
	position: absolute;
	top: 15px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 102%;
	margin-left: -1%;
	margin-right: -1%;
}

#agenda {
	position: static;
	width: 654px;
	height: 70px;
	float: bottom;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: inset;
}

#what {
	position: absolute;
	width: 210px;
	height: 50px;
	left: 0px;
}

#when {
	position: absolute;
	width: 140px;
	height: 50px;
	left: 230px;
}

#where {
	position: absolute;
	width: 264px;
	height: 50px;
	right: 0px;
}
