*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	
	background-color: #fff;
	height: 100%; 
	max-height: 100%;
	
}

div#container {

	width: 100%;
	height: 100%;

}

div#headerContainer, div#headerContainerSingle{
	
	background-color: #fff;
	
	left: 0;
	top: 0;
	width: 100%;
	height: 250px;
	display: block;
	
	text-align: center;
	position: relative;
	background-image: url("http://www.zesbaans.nl/lowculture/images/lowculture2.gif");
	background-position: center top;
	background-repeat: no-repeat;
	
}


div#headerContainerSingle{
	
	height: 215px;
	overflow: hidden;
}

div#headerContainerSingle img{
	cursor: pointer;
}


div#singleContainer{
	
	width: 306px;
	height: 306px;
	display: block;
	margin: 0 auto;
	padding: 10px;
	float: left;
	
}

div#singlePrevious, div#singleNext{
	height: 50px;
	width: 50px;
	margin: 0 auto;
	display: block;
	float: left;
	font-family: 'Anton', sans-serif; /*'Impact', sans-serif;*/
	font-size: 50px;
	margin-top: -20px;
	text-transform: uppercase;
	cursor: pointer;
	color: #000;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

div#singlePrevious:hover, div#singleNext:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}


div#headerTimestamp{
	
	margin: 0 auto;
	margin-top: -50px;
	height: 30px;
	position: relative;
	display: block;

	font-family: 'Anton', sans-serif; /*'Impact', sans-serif;*/
	font-size: 30px;
	text-transform: uppercase;
	
}

div#midContainer{
	
	display: block;
	text-align: center;
	background-color: #ffff00;	
	width: 100%;

	font-family: 'Anton', sans-serif; /*'Impact', sans-serif;*/
	font-size: 30px;
	text-transform: uppercase;

}

div#midContainer.home{
	
	font-family: 'Anton', sans-serif; /*'Impact', sans-serif;*/
	font-size: 15px;
	text-align: left;
	
	text-transform: none;

}



div#midContainer2{
	
	width: 325px;
	margin: 0 auto;
	display: block;
	
}

div#galleryContainer{

	margin: 0 auto;
	padding: 3px;
	
	width: 966px;
	display: block;
	
}

div#bottomContainer{
	
	background-color: #fff;
		
	width: 100%;
	height: 100px;
	display: block;
	
	text-align: center;

}

div.galleryImage{
	margin: 3px;
	width: 90px;
	height: 90px;
	display: block;
	position: relative;
	float: left;
	background-color: #ff9;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
}

div.galleryImage:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

div#singleBottom{
	width: 325px;
}

div#fb_like{
	font-family: Helvetica, Arial, sans-serif;
	text-transform:no-transform;
	display:block;
	float: left;
	font-size: 12px;
	margin: 10px;
	width: 205px;
}

.spacer6x6{
	width: 6px;
	height: 6px;
	float: left;
	display:block;
	position: relative;

}

.spacer6x954{
	width: 954px;
	height: 6px;
	float: left;
	display:block;
	position: relative;
}

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

a:hover{
	text-decoration: underline;
}

div.clear{
	height: 1px;
	width: 1px;
	
	clear:both;
}

div#homeDates{
	
	height: 375px;
	width: 281px;
	max-width: 281px;
	display: block;
	float:left;
	clear: none;
	
}

.homeImage img{
	display:block;
	float: left;
	margin: 6px;
}

.homeText{
	display:block;
	float: left;
	margin: 6px;
	width: 306px;
	font-family: Helvetica, Arial, sans-serif;
	
}


h4{     
	font-family: 'Anton', sans-serif; /*'Impact', sans-serif;*/
	font-size: 20px;
}

p{
	padding-bottom: 10px;
	padding-top: 10px;
}