
h1 {
		font-family: 'Open Sans', sans-serif;
	font-size: 16pt;
	color: #444445;
	margin-top:0;
}

/* BLOK ONDERIN */

#bottomStuff {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 1em;
	padding-left: 15px;
}

#bottomStuff #item {
	background: #e0e0e0;
	zborder-radius: 10px;

	float: left;
	width: 220px;
	text-align: center;
	padding-right: 3px;
	margin-right: 12px;
	padding-left: 3px;
	padding-top: 5px;

}

#bottomStuff #item h3 {
	color: #FA7400;
	margin-top: 15px;
	line-height: 0px;
}

#bottomStuff #item a {
	font-size: 13px;
}

