/**
 * content.css includes styling for all content
 * @author Les Steward
 */
 
div#wrapper {
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

div#productContent {
  padding-left: 1em;
}

div#informationContent p {
  width: 600px;
  line-height: 1.5em;
  margin-left: 2em;
}


/* Style for the product overview page */
table.showcase {
  width: 100%;
  padding-top: 2em;
}

table.showcase td {
  text-align: center;
  vertical-align: top;
  padding-bottom: 1em;
}

table.showcase a {
  font-family: 'Bookman Old Style', Garamond, serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
  width: 100%;
  clear:both;
}
table.showcase a:hover {
  text-decoration: underline;
}

