html, body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
	padding: 0px;
	
	background-color: #2F2F2F;
	font-family: verdana, lucida, sans-serif;
	color: white;
	
}

#main_block
{
	width: 950px;
	
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	
	text-align: left;
	background-color: white;
}

#banner
{
	margin: 0px;
	padding: 0px;

	text-align: center;
	background: #2F2F2F;
}

#content_block
{
	height: 510px;
	
	font-size: 11px;

	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 170px;
	padding-right: 170px;
	
	background-image: url('achtergrond.jpg');
}

#content_block a
{
	color: white;
}

#content_block a:hover
{
	color: #6c3433;
	text-decoration: none;
}

#footer 
{
	font-size: 10px;
	color: white;
	background-color:#7F7F7F;
	
	padding-left: 11px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	
	margin-top: 0px;
	margin-bottom: 0px;
}

#navigatie
{
	margin: 0px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: auto;
	padding-left: 100px;
	
	height: 20px;
	background: #2F2F2F;
}

#navigatie ul
{
	margin: 0px;
	padding: 0px;
}

#navigatie li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#navigatie a
{
	width: 150px;
	height: 18px;
	
	margin: 0px 0px 10px 0px;
	
	background: #7F7F7F;
	border: 1px solid #515346;
	
	color: white;
	text-align: center;
	font-size:12px;
	
	text-decoration: none;
	display: block;
}

#navigatie a:hover
{
	color: white;
	/*background: #7C6C6C;*/
	background: #4c1413;
}

#navigatie a:hover#active
{
	background-color: white;
	color: #801413;
	border-color: white;
	font-weight: bold;
}

#navigatie a#active
{
	background-color: white;
	color: #801413;
	border-color: white;
	font-weight: bold;
}


img#about
{
	float: left; 
	margin-top: 5px;
	margin-right: 10px;
}

div#home
{
	text-align: center;
}

a#albums
{
	border: 0px;
	color: black;
	text-decoration: none;
	font-size: 12px;
}

a:hover#albums
{
	color: black;
	font-size: 12px;
}

img
{
	border: 0px;
}

#albums table
{
	width: 100%;
	/*font-weight: bold;*/
}

#albums td
{
	text-align: center;
	width: 50%;
	padding: 10px;
}