
#about { 
  display: block;
  width: 350px;
  background: #fff;
  padding: 10px 11px;
  padding-top: 35px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

#mainpage {
  width: 100% !important;
  height: auto;
  display: block;
  min-height: 800px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background:#FFF;
}

#mainpage nav { 
  position: absolute;
  width: 180px; 
  min-height: 100%;
  padding: 0px 8px;
  padding-top: 220px;
  background: #343638;
}
#mainpage nav h1 {
  font-family: 'ABeeZee', 'Trebuchet MS', Arial, sans-serif;
  font-size: 2.85em;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 11px;
}

#navigation {
  list-style: none;
}
#navigation li { display: block; margin-bottom: 2px; font-size: 1.4em; font-weight: bold; }
#navigation li a { font-weight:lighter; color:#FFF; }
#navigation li a:hover, #navigation li a.open { color: #575757; }


#content {
  display: block;
  /*margin-left: 200px;*/
  /*padding: 10px 15px;*/

}

#content p {
}


/* right navigation */
#aboutright { 
  display: block;
  width: 230px;
  padding: 8px 11px;
  padding-top: 35px;
  position: absolute;
  top: 72px;
  right: 0;
  height: 100%;
}

nav#right { 
}


/* top navigation */
#mainpage nav#top {
  position: absolute;
  height: 120px; 
  width: 100%;
  min-height: 120px;
  top: 0;
  text-align: center;
  padding: 20px 0px;
  background: #343638;
}

nav#top #navigation li {
  display: inline-block; 
  margin-right: 6px;
}


/* bottom navigation */
#mainpage nav#bottom {
  position: fixed;
  height: 120px; 
  width: 100%;
  min-height: 120px;
  bottom: 0;
  text-align: center;
  padding: 20px 0px;
  background: rgba(52,54,56,0.6);
}

nav#bottom #navigation li {
  display: inline-block; 
  margin-right: 6px;
}

.fixed-btm { padding-bottom: 120px; /* add extra space when nav is fixed at the bottom */ }