/* CSS Document */

body	{
	background-color: #BEB98F;
	} 

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	width: 800px;
	height: 115px;
	position: relative;
	background-image: url(../Afbeeldingen/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	word-spacing: 4px;
	letter-spacing: 2px;
	white-space: normal;
	vertical-align: middle;
	font-weight: 900;
	font-variant: normal;
	}

#center {
	width: auto;
	margin: 0;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5e5838;
	border-left-color: #5e5838;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5E5838;
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

a:link.one {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link.two {
	color: #938A57;
	font-family:Georgia, "Times New Roman", Times, serif
}

#footer {
	background-image: url(../Afbeeldingen/footer.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 800px;
	background-position: center center;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.imageLeft {
	float: left;
	padding-right: 1px;
}

.imageRight {
	float: right;
	padding-left: 1px;
}

.imageLeft 1 {
	float: left;
	padding-left: 30px;
}
