html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #09347a;
}

#container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: 740px;
  background-color: #82a8dc;
}

#container #top {
  margin: 0;
  padding: 0;
  height: 100px;
}

#container #top h1 {
  display: none;
}

#container #main {
  margin: 0;
  padding: 0;
  font: 12px/20px verdana, sans-serif;
  color: #fff;
  width: 740px;
}

#container #main ul#menu {
  margin: 0;
  padding: 0;
  height: 21px;
  background-color: #779fd8;
}

#container #main ul#menu li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#container #main ul#menu a {
  display: block;
  margin: 0;
  padding: 0;
  height: 21px;
  background-repeat: no-repeat;
  cursor: pointer;
}

a#menu_index { width: 113px; background-image: url(images/menu/index.png); }
a#menu_artgallery { width: 96px; background-image: url(images/menu/artgallery.png); }
a#menu_artists { width: 69px; background-image: url(images/menu/artists.png); }
a#menu_contact { width: 92px; background-image: url(images/menu/contact.png); }
a#menu_exhibitions { width: 98px; background-image: url(images/menu/exhibitions.png); }
a#menu_gifts { width: 53px; background-image: url(images/menu/gifts.png); }
a#menu_landhuis { width: 145px; background-image: url(images/menu/landhuis.png); }
a#menu_lexicon { width: 72px; background-image: url(images/menu/lexicon.png); }

a#menu_index:hover { background-image: url(images/menu/index_over.png); }
a#menu_artgallery:hover { background-image: url(images/menu/artgallery_over.png); }
a#menu_artists:hover { background-image: url(images/menu/artists_over.png); }
a#menu_contact:hover { background-image: url(images/menu/contact_over.png); }
a#menu_exhibitions:hover { background-image: url(images/menu/exhibitions_over.png); }
a#menu_gifts:hover { background-image: url(images/menu/gifts_over.png); }
a#menu_landhuis:hover { background-image: url(images/menu/landhuis_over.png); }
a#menu_lexicon:hover { background-image: url(images/menu/lexicon_over.png); }

#container #main img#header {
	margin-top: -4px;
	padding: 0;
	height: 31px
  width: 740px;
}

#container #main #content {
  margin: 26px 48px;
  padding-bottom: 40px;
}

#container #main #content img {
  margin: 4px 6px 4px 2px;
  border: 3px solid #c0d3ed;
  clear: both;
}

#container #main #content h1 {
  font: bold 18px arial, helvetica, sans-serif;
  color: #09347a;
}

#container #main #content h2 {
  font: bold 14px arial, helvetica, sans-serif;
  color: #09347a;
}

#container #main #content a {
  color: #09347a;
  text-decoration: none;
}

#container #main #content a:hover {
  text-decoration: underline;
}

#container #main #content table#artists td {
  text-align: center;
  line-height: 14px;
}

#container #main #content table#artists td img {
  margin-top: 24px;
}

#container #contact {
  margin: 0;
  padding: 0;
  background: url(images/background_contact.jpg);
  height: 29px;
}

#container #contact #designby a {
  margin: 8px 0 0 4px;
  float: left;
  font: 11px verdana, sans-serif;
  color: #09347a;
  text-decoration: none;
}

#container #contact #designby a:hover {
  text-decoration: underline;
}

#container #contact #address {
  margin: 8px 4px 0 0;
  float: right;
  font: 11px verdana, sans-serif;
  color: #fff;
}

