body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

#site {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	background: #fff url('http://paulharlandprijs.nl/images/veer.png') no-repeat fixed right top;
	font-size: 0.8em;
	position: absolute;
	left: 50%;
	margin-left: -378px;
	width: 756px;
	padding-bottom: 25px;
}

a:link, a:visited {
	color: #d7a70f;
	text-decoration: none;
}

a:hover {
	color: #d7a70f;
	text-decoration: underline;
}

a:active {
	color: #d7a70f;
	text-decoration: none;
	font-style: italic;
}

p {
	margin: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

h2 {
	font-size:1.2em;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold
}

h3 {
	font-size: 1.0em;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -2px;
	font-weight: bold
}
#menu {
	font-size: 0.9em;
	background-color: #eee;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-bottom: 12px;
	width: 180px;
}

#menu p {
	text-align: center;
}
#menu a {
	margin-left: 12px;
}

#content {
	position: relative;
	top: 0px;
	left: 192px;
	width: 554px;
}

.note {
	font-style: italic
}

#sponsors {
	display: none;
	clear: both;
	height: 50;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 3px;
}

#sponsors li {
	display: inline; margin: 0px 20px; list-style: none;
}