h1 {
  margin-top: 20px;
}

#titleContainer {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  height: 55px;
}  

#titleShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 260px;
  height: 60px;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#title {
  text-align: center;
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -71px;
  width: 260px;
  height: 55px;
  background-color: #6D5122;
}

#mapContainer {
  margin-right: auto;
  margin-left: auto;
  margin-top: 85px;
  width: 500px;
  height: 300px;
}  

#mapShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 500px;
  height: 300px;
  margin-left: 10px;
  margin-top: -45px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#map {
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -317px;
  width: 500px;
  height: 300px;
  background-color: #6D5122;
}

#directionsContainer {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 100px;
}  

#directionsShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 420px;
  height: 120px;
  margin-left: 10px;
  margin-top: -30px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#directions {
  padding: 10px;
  text-align: center;
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -136px;
  width: 400px;
  height: 100px;
  background-color: #6D5122;
}

#factoryContainer {
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
  width: 650px;
  height: 207px;
}  

#factoryShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 650px;
  height: 207px;
  margin-left: 10px;
  margin-top: 0px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#factory {
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -223px;
  width: 650px;
  height: 207px;
}

#footerContainer {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  height: 45px;
}  

#footerShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 320px;
  height: 45px;
  margin-left: 10px;
  margin-top: 0px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#footer {
  font-weight: normal;
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -61px;
  width: 320px;
  height: 45px;
  background-color: #6D5122;
}