* {
    font: 9pt verdana, arial, helvetica, sans-serif;
}
html, body {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p a:link, p a:visited {
	text-decoration: underline;
	font-weight: normal;
}
#Top {
	background: #FABA00;
	padding: 3px 100px;
	text-align: right;
}
	#Top a {
		color: #FFF;
		font-weight: bold;
	}
.center {
	width: 760px;
	margin: 0 auto;
	overflow: auto;
}
h1#Logo {
	margin: 0;
	float: left;
	width: 440px;
	height: 95px;
	background: #FFF url(images/logo.png) no-repeat left center;
	text-indent: -9000px;
}
#BannerTop {
	float: left;
	margin-top: 20px;
	width: 316px; /* -4px voor 2px border */
	height: 60px;
	border: 2px black solid;
}
#Menu {
	clear: both;
	background: url(images/menu.gif);
	padding-right: 0;
	height: 30px;
}
	#Menu ul, li {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	#Menu li {
		display: block;
		float: left;
		height: 30px;
		border-right: 1px black solid;
		border-left: 1px #69C solid;
	}
	#Menu a {
		display: block;
		padding: 7px 15px;
		color: #FFF;
		font-weight: bold;
	}
	#Menu li.active {
		background: url(images/menu_selected.gif);
	}
	#Menu li.first {
		border-left-width: 0;
	}
	#Menu li.last {
		border-right-width: 0;
	}
.gray_background {
	padding: 10px 15px;
}
	.gray_background p {
		margin-top: 0;
		margin-bottom: .5em;
	}
#Left {
	float: left;
	width: 400px;
}
	h2.yellow {
		margin: 0;
		margin-top: 30px;
		padding: 7px 15px;
		background: url(images/h2_yellow.gif);
		color: #FFF;
		font-weight: bold;
	}
	#Left .gray_background {
		background: #EBEBEB url(images/gray_background_left.gif) no-repeat left bottom;
	}
	.item {
		overflow: auto;
	} 
	.info {
		float: left;
		padding-left: 10px;
		width: 340px;
	}
	strong {
		font-weight: bold;
	}
#Right {
	float: left;
	margin-left: 40px;
	width: 320px;
}
	h2.blue {
		margin: 0;
		margin-top: 30px;
		padding: 7px 15px;
		background: url(images/h2_blue.gif);
		color: #FFF;
		font-weight: bold;
	}
	#Right .gray_background {
		background: #EBEBEB url(images/gray_background_right.gif) no-repeat left bottom;
	}
#BannerBottom {
	margin-top: 15px;
	height: 60px;
	border: 2px black solid;
}
#TagCloud {
	margin-top: 10px;
	height: 65px;
	border: 2px black solid;
	width: 760px;
	align: center;
}
