/*
Theme Name: Band NNB
Theme URI: http://www.bandnnb.nl
Description: ROCK&BEUKE!
Author: Mathijs Kingma || Xuveo Media
Author URI: http://xuveo.nl
Version: 1.0
*/
* {margin: 0; padding:0;}
img,a {border: none;}

body { 
	font: 11px Verdana, Arial;
	color: #ffffff;
	background-color: #000000;
}

#wrapper {
	width: 945px;
	margin: 0 auto;
}

#header {
	height: 185px;
	margin-top: 20px;
	padding-left: 98px;
}

#menu {
	width: 945px;
	height:57px;
	background: url('http://bandnnb.nl/wp-content/themes/bandnnb/images/menu.png');
	margin-top: 20px;
}
#menu ul {list-style: none; padding: 6px 0 0 35px;}
#menu li {float: left; padding-right: 20px;}
#menu a {font: 20px Arial; color: #ffffff; text-decoration: none;}
#menu a:hover {text-decoration: underline;}

#links {
	width: 945px;
	height: 44px;
	background: url('http://bandnnb.nl/wp-content/themes/bandnnb/images/links.png');
}
#links ul {list-style: none; padding: 3px 0 0 150px;}
#links li {float: left; padding-right: 80px;}

#content {
	width: 905px;
	padding: 20px;
	min-height: 300px;
	background: #838383 url('http://bandnnb.nl/wp-content/themes/bandnnb/images/content.png') no-repeat;
	margin-top: 15px;
	text-align: center;
}
#content h2 a {
	color: #ffffff;
}
#content p {
	padding: 10px 0 10px 0;
	font: 14px Verdana;
}
#content p a {
	color: #ffffff;
}
#content_bottom {
	width: 945px;
	height: 61px;
	background: url('http://bandnnb.nl/wp-content/themes/bandnnb/images/content_bottom.png') no-repeat;
}
#footer {
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#footer p {
	text-align: center;
	font-size: 10px;
}
#footer p a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}