@charset "utf-8";
#maincontainer {
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 1000px;
	padding-bottom: 15px;

}
.bl {
	width: 1000px;
	background-color: #FAFAFA;
	background-image: url(images/bl.png);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	text-align: left;
}

.br {
	background-image: url(images/br.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl {
	background-image: url(images/tl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr {
	padding:10px;
	background-image: url(images/tr.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.clear {font-size: 1px; height: 1px} 
#header     {
	background-image: url(images/pauldgroot.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 47px;
	position: relative;
}
a:link {
	COLOR: #525252;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
a:visited {
	COLOR: #525252;
}
a:hover {
	COLOR: #00a7c0;
}
a:active {
	COLOR: #525252;
}
#homebutton {
	width: 272px;
	position: absolute;
	height: 43px;
	left: 360px;
}

#adsense {
	padding-bottom: 50px;
}
