html, body {
	margin: 0px;
	padding: 0px;
	font-family: times new roman, serif;
	font-size: 12px;
	}
#header {
	background-image: url(images/header.jpg);
	width: 100%;
	height: 100%;
	text-align: right;
	}
#end {
	background-image: url(images/content_bottom.jpg);
	width: 100%;
	height: 100%;
	}
#menu {
	background-image: url(images/menu_mid.jpg);
	height: 100%;
	width: 100%;
	}
#menu a:link {
	color: white;
	text-decoration: none;
	}
#menu a:visited {
	color: white;
	text-decoration: none;
	}
#menu a:active {
	color: white;
	text-decoration: none;
	}
#menu a:hover {
	color: white;
	text-decoration: underline;
	}
#menu_top {
	height: 8px;
	background-image: url(images/menu_top.jpg);
	}
#menu_bottom {
	height: 11px;
	background-image: url(images/menu_bottom.jpg);
	}
#content_right {
	background-image: url(images/content_right.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	}
.sub_menu {
	width: 82%;
	font-family: times new roman, serif;
	font-size: 12px;
	color: white;
	margin: 5px 0px;
	}
.sub_menu .title  {
	padding: 0px;
	margin: 0px;
	height: 16px;
	font-size: 14px;
	color: white;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 2px solid white;
	}
.sub_menu td {
	height: 18px;
	padding: 0px;
	margin: 0px;
	}
div.website_title {
	color: red;
	font-size: 30px;
	letter-spacing: 5px;
	padding-top: 20px;
	padding-right: 5px;
	}
div.website_ondertitle {
	color: #656565;
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 13px;
	padding-top: 4px;
	}