html {
	height:100%;
	margin: 0px;
	padding:0px;
}

body {
	background: #160306 url(layout/site_bg.jpg) repeat-x 50% 0;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	height:100%;
	border:none;
}

#wrapper {
	width:860px;
	margin: 0px auto 0px auto;
	/*height: 100%;*/
	height: 650px;
	background: url(layout/wrapper_bg.jpg) no-repeat;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

/* -- NAVIGATE -- */
a, a:link, a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.bold:link, a.bold:visited {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.bold:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.botNav {
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	line-height: normal;
}

a.botNav:link, a.botNav:visited {
	color: #FFFFFF;
}

a.botNav:hover, a.botNav:active {
	color: #C1162B;
}

/* -- FONTS -- */
.body {
	color: #B7C0C0;
	font-size: 11px;
	font-family: Verdana;
}

.HeaderTxt {
	color: #005F2B;
	font-weight: bold;
	font-size: 24px;
	font-style: normal;
}

.bodyKopje {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}