html, body {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/template/bodyback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
div#headerContainer {
	height: 285px;
	background-image: url(../images/template/headerbackRepeat.jpg);
	background-repeat: repeat-x;
}
div#contentContainer {
	background-image: url(../images/template/contentWrapperBackRepeat.jpg);
	background-repeat: repeat-x;
	background-color: #1E1D23;
}
div#footerContainer {
	height: 80px;
	background-image: url(../images/template/footerBackRepeat.jpg);
	background-repeat: repeat-x;
}
div.inner {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
}
div#header {
	height: 270px;
	padding-top: 15px;
	width: 215px;
	padding-left: 784px;
	background-image: url(../images/template/header.jpg);
}
div#contentWrapper {
	background-image: url(../images/template/contentbackRepeat.jpg);
	background-repeat: repeat-y;
}
div#contentOuterWrapper {
	background-image: url(../images/template/contentback.jpg);
	background-repeat: no-repeat;
}
div#content {
	padding-top: 1px;
	background-image: url(../images/template/mpm-racing.png);
	background-repeat: no-repeat;
	background-position: 60px bottom;
	padding-bottom: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	width: 718px;
	padding-left: 65px;
	float: left;
}
div#content h1 {
	font-size: 20px;
	color: #FFCC00;
}
div#content h2 {
	font-size: 16px;
}
div#content a {
	color: #FFCC00;
}
div#content input, div#content textarea {
	border: 1px solid #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
div#rightbar {
	width: 199px;
	padding-right: 15px;
	padding-left: 2px;
	float: right;
	background-image: url(../images/template/rightbarBorder.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #BAE3FF;
}
div#rightbar span.header {
	display: block;
	line-height: 25px;
	background-image: url(../images/template/rightbarHeaderBack.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	padding-left: 5px;
}
div#rightbar img.contact {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
}
div.rightbarInner {
	padding-left: 5px;
}
div#footer {
	height: 79px;
	padding-top: 1px;
	background-image: url(../images/template/footer.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #727283;
}
div#footer span.left {
	float: left;
	padding-left: 55px;
}
div#footer span.right {
	float: right;
	padding-right: 20px;
}
div#footer a {
	font-weight: bold;
	color: #727283;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div.clearer {
	margin: 0;
	padding: 0;
	clear: both;
}


ul#hoofdmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#hoofdmenu li {
}
ul#hoofdmenu li a {
	display: block;
	width: 190px;
	padding-left: 10px;
	height: 16px;
	padding-top: 7px;
	background-image: url(../images/template/btn-up.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #919191;
	text-decoration: none;
}
ul#hoofdmenu li a:hover {
	background-image: url(../images/template/btn-over.jpg);
	color: #FFF;
}
