body {
  margin: 0 auto;
  background: url('../assets/background.jpg');
  font-family: verdana, helvetica, arial;
  font-size: 9pt;
  color: darkblue;
}

h3 {
  font-size: 11pt;
}

.imageBorder {
  border: 1px solid #dcb895;
}

a {
  text-decoration:none;
  color: #3447a4;
}

a:hover {
  text-decoration:none;
  color:red;
}

#container {
  margin: auto;
  width: 760px;
  background: white;
}

#header {
  width: 750px;
  height: 107px;
  background: #fff url('../assets/header_verhuizen.jpg') no-repeat;
  text-align: right;
  padding-right: 10px;
  padding-top: 20px;
  font-weight: bold;
}

#menu {
  width: 760px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 18px;
  overflow: hidden;
}

#content {
  width: 750px;
  padding: 5px;
}

.cleaner {
  clear: both;
  margin-bottom: 10px;
}

#footer {
  clear: both;
  width: 760px;
  text-align: center;
}
