body {
background:#8e8787;
margin:0;
padding:0;
}

@font-face {
font-family: "Bradley Hand ITC";
src: url(fonts/BradhITC.ttf) format("truetype");
}

* {
border:0;
margin:0;
padding:0;
}

#wrapper {
background:url(../img/bg.png) repeat-y;
width:990px;
}

#container {
border-left:1px solid #000;
border-right:1px solid #000;
width:970px;
}

#header {
background:url(../img/header.png) no-repeat;
height:247px;
width:970px;
}

#navigatie {
height:40px;
padding-top:206px;
text-align:left;
width:907px;
}

#sub_navigatie {
text-align:center;
}

#content {
background:#e3e0e0 url(../img/content/bg2.png) no-repeat;
padding:47px 275px 55px 72px;
text-align:left;
}

#footer {
border-top:1px solid #000;
height:48px;
width:970px;
}

/*** TEKST ***/
p {
font-family: "Bradley Hand ITC";
font-size:20px;
line-height:20px;
}

h1 {
font-family: "Bradley Hand ITC";
font-size:18px;
font-weight:700;
}

a {
outline:none;
text-decoration:none;
color:#666768;
}

a:hover {
text-decoration:underline;
}