html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/sterren.jpg);
}
#container {
	background-image: url(../images/duif.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
h1 {
	padding-top: 10px;
}
h1, h2 {
	margin: 0px;
	text-align: center;
	color: #000099;
	
}
#mainbody {
	background-color: #FFFFCC;
	width: 740px;
	margin: 0 auto;
	border-left: 2px solid #D9D900; 
	border-right: 2px solid #D9D900;
	border-bottom: 2px solid #D9D900;
	padding-left: 5px;
	padding-right: 5px;
}
#opening {
	text-align: center;
	text-transform: lowercase;
	font-size: small;
}
#opening span {
	display: block;
	font-size: medium;
	font-weight: bold;
	color: #000099;
}
p {
	text-align: center;
}
p a, li a {
	color: #000000;
}
p img {
	border: 1px solid #000000;
}
p.foto {
	margin-bottom: 0px;
}
p.owner {
	font-size: x-small;
	margin-top: 0px;
}
#footer {
	font-size:smaller;
	margin-top: 0px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
hr {
	display: none;
}


h3 {
	clear: both;
	text-align: center;
}
.thumblist {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 80px;
	clear: both;
}
.thumblist li img {
	border: none;
}
.thumblist li {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}


.navigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	text-align: center;
	margin-bottom: 1em;
}
.navigation li {
	display: inline;
}
