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;
}

#productsContainer {
  float: left;
  display: inline;
  margin-top: 10px;
  margin-left: 20px;
  width: 380px;
  height: 390px;
  margin-bottom: 40px;
}  

#productsShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 400px;
  height: 410px;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#products {
  padding: 10px;
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -426px;
  width: 380px;
  height: 390px;
  background-color: #6D5122;
}

#specialtyPicContainer {
  float: left;
  margin-left: 20px;
  margin-top: 12px;
  width: 400px;
  height: 300px;
}  

#specialtyPicShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 400px;
  height: 300px;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#specialtyPic {
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -316px;
  width: 400px;
  height: 300px;
}

#edamPicContainer {
  float: right;
  margin-top: -460px;
  width: 250px;
  height: 182px;
}  

#edamPicShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 270px;
  height: 202px;
  margin-left: 10px;
  margin-top: 36px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#edamPic {
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -213px;
  width: 250px;
  height: 182px;
}

#orderContainer {
  float: right;
  display: inline;
  margin-top: -208px;
  margin-left: 20px;
  width: 250px;
  height: 600px;
  margin-bottom: 40px;
}  

#orderShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 270px;
  height: 630px;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#order {
  padding: 10px;
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -636px;
  width: 250px;
  height: 600px;
  background-color: #6D5122;
}

#footerContainer {
  margin-top: 30px;
  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: 30px;
  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;
}