div.wrapper {
   width: 800px;
   height: 1000px;
   margin: 0 auto;
   text-align: left;
}


div.eachstorecontent {
   width: 573px;
   height: 830px;
   padding: 10px;
   background-color: #ffffff;
   float: right;
}


div.maincontent {
   width: 800px;
   height: 830px;
   padding: 10px;
   background-color: #ffffff;
   /*border-width: medium;*/
   border: 0px;  /* turned off border on music store */
   border-color: #000000;
   border-style: solid;
}

