
* {
  float: none;       /* Screens are not big enough to account for floats */
  font-size: 80%;    /* Slightly reducing font size to reduce need to scroll */ 
  background-color: #fff;  /*  As much contrast as possible */
  color: #000;
}

/* CONTAINER - - - - - - - - - - - - - - - - - - - - - - - -  */

#container {
  width: 100%;
  margin: 0px;
}

/* MINI MENU - - - - - - - - - - - - - - - - - - - - - - - - */

#mini-menu {
  height: 20px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: right;
  font-size: 11px;
  color: #BFB7AE;
  display: none; 
}
#mini-menu a:link, #mini-menu a:visited {
  color: #BFB7AE; 
  text-decoration: none;
}
#mini-menu a:hover, #mini-menu a:active, #mini-menu a:focus {
  color: #8C8175;
}


/* MENU - - - - - - - - - - - - - - - - - - - - - - - -  */

#menu {
  display: none;
}
#logo-hh {
  height: 50px;
  display: block;
  margin: 5px 5px 10px 5px;
}
.menu-hh {
  height: 12px;
  width: 33%;
  margin: 2px 2px 2px 2px;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px;
  background: #7d6a55;
  font-family: Helvetica, Arial, sans-serif;
  font-size: .8em;
  display: block;
}
.menu-hh a {
  color: #fefaf3;
  font-weight: bold; 
  text-decoration: none;
}




/* CONTENT - - - - - - - - - - - - - - - - - - - - - - - -  */

#home-content {
  background-image: url(../images/handheld/home-main-image.jpg);
  background-repeat: no-repeat; 
  width: 100%;
  margin-bottom: 0px;
}






#hp-intro {
  display: none;
}




/* FOOTER - - - - - - - - - - - - - - - - - - - - - - - - */

#footer {
  display: none;
} 
