	A:link {			text-decoration: underline; color: #666;}
	A:visited {			text-decoration: underline; color: #666;}
	A:hover {			text-decoration: none; color: #666;}				

body {
	background: url(../images/background.jpg) fixed center top;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	height: 100%;
	}
table {
	border-collapse: collapse;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	}
h3{
	margin: 5px;
	padding-bottom: 20px;
	}

.sname{
	font-family: times new roman, serif;
	font-size: 15px;
	font-style: italic;
	}

#container {
	position: relative;
	min-height: 100%;
	height: auto;
	width: 980px;
}
html>body #container {height:auto}
#header {
	height: 150px;
	width: auto;
	background: url(../images/peterschouten.gif) center center no-repeat;
}

#subheader{
	height: 30px;
	line-height: 30px;
	color: #666;
	text-align: center;
}
#subheader #constrainer{
	width: 723px;
	text-align: right;
	}
#nav {
	width: 178px;
	height: 250px;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #666;
	position: relative;
	left: -3px;
	}
	
#subheader a:link,
#subheader a:visited{
	padding: 5px 8px;
	color: #666;
	text-align: right;
	font-weight : bold;
	text-decoration : none;
	font-size: 13px;
}
#subheader a:hover{
	color : #000;
}


#content {
	padding-left: 10px;
	padding-top: 20px;
	color: #666;
	text-align: left;
	}

#footer {
	width: 100%;
	height: 25px;
	color: #777;
	line-height: 25px;
	margin-top: 50px;
	font-size: 11px;
}
#footer a {
	color: #666;
	text-decoration : none;
}
#footer a:hover {
	color: #666;
	text-decoration : underline;
}
#footer #constrainer{
	width: 723px;
	text-align: center;
	}