div#page {
   font-size:   large;
   font-family: arial;
   }

h1 {
   text-align: center;
   }

h2 {
   text-align: center;
   }

caption {
   font-size:   x-large;
   font-family: harrington;
   font-weight: bold;
}

table#shop {
      border: 1px solid black;
      border-collapse: separate;
      text-align: center;
      border-spacing: 20px 30px;
   }

tr#header {
      font-weight: bold;
   }

td#header {
      border: none;
   }

td {
      border: 1px solid black;
   }

p#address {
      padding-left:     10em;
   }

img#brickPic {
      height: 150px;
      width:  150px;
   }

img#dvdPic {
      height: 150px;
      width:  150px;
   }
