html, body {
	margin:0;
	padding:0;
	text-align:center;
}

a {
	text-decoration:none;
	color:#F8BA6D;
}

a:hover {
	text-decoration:underline;	
}
body {
	background-color:#EAEAEA;	
}

img {
	border:none;
}

#container {
	text-align:left;
	margin:0 auto;
	padding:0px 10px;
	width:900px;
	height:auto;
	* height:100%;
	background:url(/afbeeldingen/middle.gif) repeat-y;
	font:13px Trebuchet MS,Helvetica,sans-serif;
	color:#666;
}

#header {
	/*margin:5px;*/
	background:url(/afbeeldingen/header.jpg);
	width:880px;
	height:120px;
	/*padding:10px 0 0 10px;*/
}

#dashed {
	width:635px;
	height:125px;
	padding:5px;
	border:1px dashed #FFF;
} 

#main {
	width:650px;
	/*min-height:500px;*/
	float:left;
	padding:15px;
	background-image:url(/afbeeldingen/water.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	min-height:500px;
}

#links {
	background-color:#003466;
	float:left;
	width:190px;
	min-height:520px;
	float:left;
	padding:0px 0px;
	}

h1 {
	font-size:28px;
	margin:0;
	color:#FFF;
}

h2 {
	font-size:16px;
	margin:5px 0 0 5px;
	color:#C0D757;
}

h3 {
	font-size:16px;
	margin:0;
}

div#subject {
	font-size:24px;
	margin:0;
	margin-bottom:5px;
	color:#A8C22E;
	font-weight: bold;
}

div#subject a {
text-decoration:underline;
color:#666;
	
}

.comments {
	display:block;
	width:600px;
	text-align:right;
	font-size:10px;
	margin:0;
	font-weight:normal;
	color:#999;
	padding:10px 0 15px;
	border-top:1px dotted #FC6;
}

#clear {
	clear:both;
}

p {
	line-height:1.5em;
}

#copy, #copy a {
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	font:10px Arial,Helvetica,sans-serif;
	color:#666;
}

#copy a:hover {
	color:#369;
}

#bottom {
	margin:0 auto;
	height:10px;
	width:930px;
	background:url(/afbeeldingen/under.gif) no-repeat;
}

div.clear_both {
	clear:both;
	height:10px;
}

#content img {
	margin:4px;
}
