* {
	font-family: helvetica, arial, sans-serif;
}

body {
	background: #343233;
}

#partners {
	position: fixed;
	left: 24px;
	top: 75%;
	width: 140px;
	padding-top: 5px;
	background: url(img/logos.png) no-repeat  -20px 0;
	height: 128px;
}

#partners a {
	display: block;
	float: left;
}

#partners a span {
	display: none;
}

#partners a#nieuwegarde { width: 25px; height: 25px;}
#partners a#fontanel { margin:0 30px 10px 10px ; width: 60px; height: 25px;}
#partners a#adobe { width: 25px; height: 40px;}
#partners a#laurenceking { margin: 0 0 0 10px; width: 50px; height: 40px;}
#partners a#ourtype { margin: 0 0 0 10px; width: 40px; height: 40px;}
#partners a#beeldfestival { margin: 0 0 0 10px; width: 55px; height: 40px;}
#partners a#macrent { margin: 0 0 0 10px; width: 55px; height: 40px;}


#wrapper {
	background-color: #231f20;
	overflow: auto;
	margin: 20px auto 0 auto;
	width: 690px;
}

#header {
	background: url(img/header.png) no-repeat center 30px;
	width: 100%;
	height: 407px;
	margin-bottom: 50px;
}

#nav {
	width: 104px;
	margin-left: 15px;
	float: left;	
}

.contentwrapper {
	float: left;
	margin: 0 16px;
	width: 519px;
	float: left;
}


.content {
	border-bottom: 2px solid #918f90;
	margin-bottom: 15px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style: none;
}

#nav ul li a {
	text-transform: capitalize;
	line-height: 18px;
	font-size: 14px;
}



h1 {
	color: #fff;
	text-transform: capitalize;
	font-size: 24px;
	margin: 0 0 1em 0;
	line-height: 1.4em;
}

p {
	color: #fff;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

a, a:visited { 
	color: #098abb;
}

a:hover {
	color: #fdb414;
}

a.active {
	color: #fff;
	text-decoration: none;
}
