#leftColumn {
  float: left;
  width: 350px;
}

#rightColumn {
  float: right;
  width: 350px;
}

#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;
}

#welcomeContainer {
  float: left;
  display: inline;
  margin-top: 10px;
  margin-left: 20px;
  width: 300px;
  height: 300px;
  margin-bottom: 40px;
}  

#welcomeShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 320px;
  height: 320px;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#welcome {
  padding: 10px;
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -336px;
  width: 300px;
  height: 300px;
  background-color: #6D5122;
}

#hoursContainer {
  float: right;
  margin-right: 47px;
  margin-top: 38px;
  width: 283px;
  height: 200px;
}  

#hoursShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 303px;
  height: 220px;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#hours {
  padding: 10px;
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -236px;
  width: 283px;
  height: 200px;
  background-color: #6D5122;
}

#signPicContainer {
  float: right;
  margin-right: 30px;
  margin-top: 12px;
  width: 300px;
  height: 304px;
}  

#signPicShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 300px;
  height: 304px;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#signPic {
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -320px;
  width: 300px;
  height: 304px;
}

#storeFrontPicContainer {
  margin-top: -68px;
  margin-left: 48px;
  float: left;
  width: 324px;
  height: 200px;
}  

#storeFrontPicShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 324px;
  height: 200px;
  margin-left: -18px;
  margin-top: 82px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#storeFrontPic {
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -32px;
  margin-top: -216px;
  width: 324px;
  height: 200px;
}

#footerContainer {
  margin-top: 600px;
  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: 16px;
  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;
}