body {
  margin: 0;
  border 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  background: #da6e43; /* color above and below main content area */
}

/* Vertically centered block on front page, containing menu and content */
#frontBlock {
  position: absolute;
  top: 50%;
  height: 500px;
  margin-top: -250px;  /* half of height */
  width: 100%;
  background-color: #5f4033;
}

/* Banner at top of front block */
#logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 135px;
  width: 150px;
  background: url(images/banners/logoNG.png) no-repeat #995135;
}

/* Banner at top of front block */
#banner {
  position: absolute;
  top: 0;
  left: 150px;
  height: 135px;
  width: 100%;
  background: url(images/bannersCorporate/nationalGalleryBanner2.jpg) no-repeat #995135;
}

/* Menu inside front block, touches bottom of banner */
#menu {

  position: absolute;
  top: 135px;  /* = banner height */
  left: 0;

  width: 150px;
  height: 365px;  /* front height - banner height */

  background: #995135;
  margin: 0; 
  padding: 0;
}

/* Menu item */
#menu p {
  margin: 0; 
  padding: 8px 0 8px 25px;
  font-size: medium;
}

#menu a:link    { text-decoration: none; color: white; }
#menu a:visited { text-decoration: none; color: white; }
#menu a:hover   { text-decoration: none; color: black; }

#menu p.normal { color: white; }
#menu p.selected { color: black; background: #da6e43; }

/* Content area inside front block, right of menu and below banner */
#content {
  position: absolute;
  top: 122px;
  left: 150px;
  margin: 0; 
  padding: 0 0 0 0;
}

#content p {
  margin-top: 10px;
  line-height: 130%;
  width: 90%;
  color: white;
}

#content img {
  border: none;
  margin: 13px 20px 0 0;
}

/* Quote at bottom of content area */
#quote {
    position: absolute;
    top: 320px;
    left: 220px;
    color: #a2c2c5;
    width: 70%;
}

#text1, #text2 {
  position: absolute;
  top: 20px;
  left: 420px;
  width: 400px;
  height: 500px;
}

#text2 p {
  margin-bottom: 0;
  padding: 0;
}
#minicubes {
  margin: 10px 0 0 0; 
  padding: 0
}
#minicubes img {
  border: none;
  margin: 5px; 
  padding: 0
}
