#content h1 {
	padding-bottom: .5em;
	text-indent: -5px;
	
	font-family: "Lithos Pro Regular", verdana;
	font-size: 14pt;
	font-weight: normal;
	}

#content {
	font-family: "Century Gothic";
	font-variant: normal;
	font-size: 12pt;
	}
	
#content p {
	padding-bottom: .5em;
	
	text-align: justify;
	}
	
#content h2	{
	font-family: "Lithos Pro Regular", verdana;
	font-size: 12pt;
	font-weight: normal;
	}
	
#content h3 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	}
	
#content ul {
	margin-left: 1.5em;
	margin-bottom: .5em;
	list-style: circle;
	}	
	
#content ul li:hover {
	font-weight: bold;
	}
	
.alpha {
	list-style: lower-latin !important;
	}
	
.indent {
	padding-left: 1em;
	}
	
.decimal {
	list-style: decimal !important;
	}

#index {
	list-style: none !important;
	}
	
#index a, #index a:visited {
	font-style: normal;
	color: black;
	text-decoration: none;
	}
	
#index a:hover {
	text-decoration: underline;
	}
	
#albumlist {
	list-style: decimal !important;
	}
	
#albumlist li:hover {
	font-weight: normal !important;
	}
	
.border {
	border: 1px solid black;
	}
	
.pict_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	}
	
.pict_right {
	margin-left: 10px;
	margin-bottom: 2px;
	float: right;
	}
	
.clear {
	clear: both;
	height: 1px !important;
	width: 1px !important;
	margin: 0px !important;
	padding: 0px !important;
	}
	
.space {
	margin-top: 2em;
	}
	
form {
	width: 875px;
	padding-left: 20px;
	padding-right: 20px;
	
	font-family: "century gothic";
	}
	
form label {
	display: block;
	width: 240px;
	float: left;
	text-align: right;
	margin-right: 10px;
	}
	
form input {
	width: 400px;
	height: 1.5em;
	border: solid black 1px;
	}
	
form p {
	padding-bottom: .25em !important;
	}
	
form textarea {
	width: 400px;
	height: 20em;
	border: solid black 1px;
	}
	
form #verzend {
	margin-left: 250px;
	width: auto !important;
	height: auto;
	vertical-align: middle;
	text-align: middle;
	padding: 2px;
	}

form #reset {
	width: auto !important;
	height: auto;
	vertical-align: middle;
	text-align: middle;
	padding: 2px;
	}
	
form input:hover, form textarea:hover {
	background: #eee;
	}
	
#error {
	background: url('error.png') no-repeat left top;
	min-height: 100px;	
	padding-left: 80px;
	}
	
.error {
	display: block;
	width: 100%;
	text-align: center;
	color: #f00;
	font-size: 10pt;
	}
	
#band h1 {
	display: block;
	position: absolute;
	width: 400px;
	right: 70px;
	margin-top: -4em;
	font-size: 34pt;
	color: #b4ab60;
	text-align: center;
	}
	
#band h2 {
	color: #b4ab60;
	font-size: 14pt;
	}
	
#bandcontent {
	margin-top: 2em;
	}
	
#content {
	padding-bottom: 50px;
	}

#bandcontent #video {
	width: 100%;
	text-align: center;
	}
	
#bandcontent #videolinks {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 824px;
	}
	
	#bandcontent #videolinks .youtube_link {
		float: left;
		dispay: block;
		width: 200px;
		height: 145px;
		margin: 2px;
		padding-top: 10px;
		border: 1px solid #000;
		text-align: center;
		line-height: 200px;
		vertical-align: middle;
		}
	
	#bandcontent #videolinks .youtube_link:hover {
		border: 1px solid #fff;
		}
	
	#bandcontent #videolinks .youtube_link .wrapper {
		line-height: 1em;
		height: auto;
		}
		
	#bandcontent #videolinks .youtube_link .text {
		color: #8b6a2f;
		height: 35px;
		display: block;
		font-size: 12pt;
		padding-bottom: 10px;
		}
		
	#bandcontent #videolinks .youtube_link a:visited {
		color: #8b6a2f;
		text-decoration: none;
		}
		
	#bandcontent #videolinks .youtube_link a:active {
		color: #b4ab60;
		text-decoration: none;
		}
		
	#bandcontent #videolinks a:hover .youtube_link .text {
		color: #b4ab60;
		}
		
	#bandcontent #videolinks a {
		text-decoration: none;
		}
		
	#bandcontent #videolinks a .thumbnail {		
		opacity: .5;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		}
		
	#bandcontent #videolinks a:hover .thumbnail {		
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		}
