* {
	margin: 0;
	padding: 0;
}


body {
	background-image: url(interface/gradient.png);
	background-repeat: repeat-x;
	background-color: #5f8d4f;
	
	font-family: Arial;
	font-size: 10pt;
}

#site {
	background-image: url(interface/achtergrond.png);
	background-repeat: repeat-y;
	width: 1003px;
	margin: 0 auto;
	zoom: 1;
	margin-bottom: 30px;
	position: relative;
}

#header {
	background-image: url(interface/header.jpg);
	width: 1003px;
	height: 264px;
}


#header p {
	height: 200px;
}

#menu {
	border: 1px solid #92cf7d;
	background-color: #d9f0d1;
	opacity: .8;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

#menu a {
	text-decoration: none;
	color: #34512a;
	padding-left: 6px;
	padding-right: 6px;
}

#footer {
	background-image: url(interface/footer.png);
	width: 1003px;
	height: 16px;
}

#content {
	position: relative;
	top: -30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	text-align: center;
}

h1 {
	color: #183a0c;
	font-size: 2em;
	margin-bottom: 8px;
}

img {
	padding: 3px;
}

#content p {
	margin-bottom: 40px;
	padding-left: 100px;
	padding-right: 100px;
}