/*
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  color: #333;
  background: url(images/full_background2.jpg) no-repeat;
  }
  */
/* ---( layout structure )---*/

#wrap {
  width: 740px;
  margin:auto;
  text-align: left;
  }


/************Start Header******************/

#header {
  font-family: "Lucida Grande", "Trebuchet MS";
  height: 240px;
  margin:auto;
  margin-top: 116px;
  background: url(images/falls_logo.png) no-repeat;
  behavior: url(iepngfix.htc);
  }

#nav {
  margin: auto;
  padding: 70px 0 0 0;
  /*margin: 10px 0 0 0;
  margin-top: 240px;*/
  
  font-size: 105%;
  line-height: 1.3em;
  color: #999;
  /*background: url(http://www.blogblog.com/tictac_blue/sidebar_bg.gif) no-repeat 0 0;*/
  }

ul {font: 14pt "Centaur MT Std";}
ul#minitabs{list-style: none; margin-top: -30px; margin-left: 220px; padding: 7px 0;
  font-weight: bold; text-align: center;white-space: nowrap;}
ul#minitabs li{display: inline; margin: 0 4px}
ul#minitabs a{text-decoration: none; padding: 0 0 0; color: #333}
ul#minitabs a#current{border-color: #000; color: #000; padding: 0 0 2px; /*border-bottom: 2px solid #000*/}
ul#minitabs a:hover{border-color: #000;color: #333; color:#333; padding: 0 0 2px; /*border-bottom: 2px solid #000*/}

/************End Header******************/



#content {
    margin: auto;
    margin-top: -70px;
  /* margin-left: 62px; to avoid the BMH */
  }

#main-content {
  float: left;
  width: 460px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1.5em;
  }

#old_world {
    margin-left: 60px;
    margin-top: -55px;
}

#contemporary {
    margin-left: 180px;
    margin-top: -45px;
}

#falls_title {
    margin-left: 370px;
    margin-top: -10px;
}

#main_photo {
    margin:10px auto;
}






