/* home page styles for Goldstein site  */


/* GENERAL */

body {
  background-color: #ff9966;
  background-image: none;
  text-align: center;        /* centers the page for IE/win */
}



/* OUTER SHELL */
/* container for all page content */

#divoutershell {
  position: relative;
  width: 682px;
  margin: 0px auto;
  text-align: left; /* reset alignment for IE */
}



/* BANNER */

#divbanner {
  width: 682px;
  height: 100px;
}
#divbanner h1 {
  padding: 30px 0px 22px 0px;
  margin: 0px;
  text-align: center;
}


/* NAVIGATION AREA */

#divnavigation {
  top: 160px;
}
