body {
background: #6b7abf;
font-family: comic sans ms;
font-size: 11pt;
padding: 0;
margin: 0;
}

#header {
width: 900px;
height: 142px;
margin: 0 auto;
background: url('../img/header.png');
}

#contentbox {
width: 900px;
margin: 0 auto;
background: url('../img/bg.png');
}

#navigatie {
width: 800px;
margin: 0 auto;
padding: 4px;
background: url('../img/content_bg.png');
text-align: center;
border: solid 1px #999;
}

#navigatie a{
text-decoration: none;
font-weight: bold;
color: #6b7abf;
padding: 0px 10px 0px 10px;
}

#navigatie a:hover{
color: #ff9900;
text-decoration: underline;
}

#content {
width: 800px;
margin: 0 auto;
padding: 4px;
background: url('../img/content_bg.png');
border: solid 1px #999;
}

#content a{
text-decoration: none;
font-weight: bold;
color: #6b7abf;
}

#content a:hover{
color: #ff9900;
text-decoration: underline;
}

#content h1{
font-size: 12pt;
font-weight: bold;
color: #6b7abf;
}


#footer {
width: 900px;
height: 60px;
color: #ff9900;
font-weight: bold;
font-size: 9pt;
margin: 0 auto;
background: url('../img/footer.png');
text-align: center;
}

#footer a{
text-decoration: none;
color: #ff9900;
}

#footer a:hover{
color: #6b7abf;
text-decoration: underline;
}

#thumbscontainer {
width: 600px;
height: 120px;
margin: 0 auto;
background: #fff;
border: solid 1px #999;
}

#thumbscontainer img{
border: none;
}

.thumb {
width: 200px;
height: 120px;
background: #6b7abf;
float: left
}