body {
	background-color: #a33b44;
	background-image: url("../images/site_wide/pth_bg.jpg");
	background-repeat: no-repeat;
	font-family: "Century Gothic","Futura","Avenir","Avant Garde","Kabel","Gill Sans","Berthold Akzidenz Grotesk",verdana,sans-serif;
}
img {
	border: 0px solid #3E2B27;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #3E2B27;
}

#dashes_horizontal {
	border: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 122px;
	left: 20px;
	width: 950px;
	height: 3px;
	background-image: url("../images/site_wide/dash_horizontal.gif");
	background-repeat: repeat-x;
}
#dashes_vertical {
	border: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 20px;
	left: 197px;
	width: 3px;
	height: 90%;
	background-image: url("../images/site_wide/dash_vertical.gif");
	background-repeat: repeat-y;
}
#pietertenhave {
	position: absolute;
	top: 75px;
	left: 573px;
	font-family: "Century Gothic","Futura","Avenir","Avant Garde","Kabel","Gill Sans","Berthold Akzidenz Grotesk",verdana,sans-serif;;
	font-weight: normal;
	font-size: 35px;
	color: #3E2B27;
}
#naaimachine {
	position: absolute;
	top: 30px;
	left: 60px;
}
#menu_left {
	position: absolute;
	top: 145px;
	left: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 195px;
}
#menu_left li {
	margin: 0;
	padding: 0;
}
#menu_left a {
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	color: #3E2B27;
}
#menu_left a:hover {
/*	background: kleur url left center no-repeat; */
	color: black;
	padding-bottom: 8px;
}
.menuitem_active {
	color: black;
	font-weight: bold;
}
#page_title {
	position: absolute;
	top: 145px;
	left: 230px;
	font-size: 30px;
}
#page_html {
	position: absolute;
	top: 155px;
	left: 232px;
	width: 700px;
/*	height: 100%; */
	overflow: auto;
}

