/* Start of CMSMS style sheet 'Verheul' */
body {
  background-color: #292828;
}

div, a {
  font-family: verdana, sans-serif;
  font-size: 11px;
}

#container {
  position: relative;
  background-color: #7f72ca;
  width: 1000px;
  height: 690px;
  margin: 0 auto;
  border: 2px solid #ffffff;
}

#topimage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 680px;
  height: 180px;
  background-color: #ffffff;
}

#quotes {
  position: absolute;
  top: 0px;
  left: 695px;
  width: 305px;
  height: 180px;
  background-color: #828282;
}

#menu {
  position: absolute;
  top: 181px;
  left: 100px;
  height: 20px;
}

#menu a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

#content {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 660px;
  height: 430px;
  background-color: #ffffff;
  padding: 10px;
  overflow: auto;
}

#bottomimage {
  position: absolute;
  top: 200px;
  left: 695px;
  width: 305px;
  height: 450px;
  background-color: #ffffff;
}

#footer {
  position: absolute;
  top: 650px;
  left: 0px;
  width: 1000px;
  height: 10px;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
}
/* End of 'Verheul' */

