html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #2e363c;
	text-align:center;
}

#site {
text-align:left;
	background-color: #FFF;
	width: 766px;
	margin: 0px auto;
	font-family: verdana;
	margin-top: 20px;
}

#header {
	background-image: url(images/header.jpg);
	height: 209px;
}

#middle {
	width: 766px;
}

#menu {
	float: left;
	width: 200px;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-y;
}

#content {
	float: right;
	width: 566px;
	font-size: 11px;
	color: 272727;
	line-height: 19px;
	margin-bottom: 20px;
}

#footer {
	clear:both;
	font-size: 10px;
	color: #282828;
	text-align: center;
	background-image: url(images/footer.jpg);
	height: 95px;
	width: 766px;
}

#footerwrap {
	padding-top: 10px;
}

h1 {
	font-size: 14px;
}

.menuitems {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li.menuitem {
	margin-left: 20px;
}

a {
outline: none;
}

a.menuitem {
	background-image: url(images/menu-item.jpg);
	background-repeat: no-repeat;
	background-position: 0px -29px;
	display: block;
	height: 29px;
	width: 163px;
	padding-left: 50px;
	line-height: 27px;
	color: #2e363c;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a.menuitem:hover {
	background-position: 0px 0px;
	font-color: #000;
}


#menu ul ul li{
list-style: none;
}

#menu ul ul {
margin: 0px;
padding: 0px;
}

#menu li li a {
padding: 3px;
margin-left: 60px;
display: block;
color: #2F87C6;
font-weight: bold;
height: 15px;
line-height: 15px;
}

#menu li li a:hover {
text-decoration: none;
}

img, .right, .left {
padding: 5px;
margin: 10px;
background-color: #EFEFEF;
border: 1px solid #DDD;
}

a img {
background: none;
border: none;
padding: 0px;
margin: 0px;
}
.right {
float: right;
}

.left {
float: left;
}

#wijnvanstijn {
text-align:center;
font-size: 11px;
padding: 10px;
font-weight: bold;
}