#titleContainer 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;
}

#top10Container {
  float: left;
  display: inline;
  margin-top: 15px;
  margin-left: 20px;
  width: 320px;
  height: 370px;
  margin-bottom: 40px;
}  

#top10Shadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 340px;
  height: 390px;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#top10 {
  padding: 10px;
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -405px;
  width: 320px;
  height: 370px;
  background-color: #6D5122;
}

th {
  background-color:  #330;
  font-weight:  bold;
  border:  thin solid #330;
  margin-top: 3px;
  margin-bottom: 3px;
}

td {
  border:  thin solid #330;
}

.products {
  margin-top:  5px;
  margin-left:  auto;
  margin-right: auto;
  border:  thin solid #330;
  text-align:   center;
}

.color1 {
  background-color:  #960;
}

.color2 {
  background-color: #630;
}

#stringPicContainer {
  float: right;
  margin-top: -0px;
  width: 300px;
  height: 302px;
}  

#stringPicShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 300px;
  height: 300px;
  margin-left: 10px;
  margin-top: 26px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#stringPic {
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -318px;
  width: 300px;
  height: 322px;
}

#top10InfoContainer {
  float: left;
  display: inline;
  margin-top: 15px;
  margin-left: 40px;
  width: 600px;
  height: 200px;
  margin-bottom: 40px;
}  

#top10InfoShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 620px;
  height: 220px;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;  
}  
  
#top10Info {
  padding: 10px;
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -236px;
  width: 600px;
  height: 200px;
  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;
}