body {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1%;
  padding: 0;
  background-color: #F4A460;
  border-left: medium double black;
  border-right: medium double black;
  z-index: 0;
}

img.mainlogo {
  border: none;
  border-top: thick solid #993300;
  border-bottom: thin solid #993300;
  border-left: thick solid #993300;
  border-right: thick solid #993300;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

#topnavcontainer {
  background-color: #993300;
  width: 400px;
  line-height: 10px;
  border-top: thin solid #993300;
  border-bottom: thin solid #993300;
  border-left: thick solid #993300;
  border-right: thick solid #993300;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
#topnavcontainer ul {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: black;
  padding: 2px;
  margin: 2px;
}
#topnavcontainer ul li {
  display: inline;
  padding-left: 2px;
  padding-right: 2px;
}
#topnavcontainer ul li a {
  padding-left: 5px;
  padding-right: 5px;
  color: #f8f8f8;
  text-decoration: none;
}
#topnavcontainer ul li a:hover {
  background-color: #F4A460;
}
#topnavcontainer .active a {
  font-weight: bold;
}


#botnavcontainer {
  line-height: 10px;
  display: block;
  z-index: 1;
}
#botnavcontainer ul {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 2px;
  padding-bottom: 0;
  margin: 2px;
  margin-bottom: 0;
}
#botnavcontainer ul li {
  display: inline;
  padding-left: 2px;
  padding-right: 2px;
}
#botnavcontainer ul li a {
  padding-left: 5px;
  padding-right: 5px;
  color: black;
  text-decoration: none;
}
#botnavcontainer .active a {
  font-weight: bold;
}


#content {
  margin-top: 20px;
}
#content p {
  padding-left: 3%;
  padding-right: 3%;
  text-align: justify;
}

#footer p.footercopyright {
  text-align: center;
  font-size: small;
  font-style: italic;
}

#content a.contactemail {
  text-decoration: none;
}

#content p.header {
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
}


#content table.prices {
  margin-left: auto;
  margin-right: auto;
  border: 2px;
  width: 90%;
  text-align: center;
}
#content table.prices td {
  text-align: center;
}

table.productlist {
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #990000;
  width: 90%;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
}
table.productlist td {
  text-align: center;
}
table.productlist td.product, table.productlist th.product {
  padding: 2px;
  padding-left: 5px;
  text-align: left;
  border: 1px solid #990000;
}
div.product {
  margin: 2px;
  border: 1px solid #990000;
  height: auto;
  width: auto;
  text-align: center;
}	
div.product img {
  display: inline;
  margin: 3px;
  border: 1px solid #F4A460;
}
div.product a:hover img {
  border: 1px solid #000000;
}
div.desc {
  text-align: center;
  font-weight: normal;
  margin: 2px;
}


div.about {
  text-align: center;
}
div.about p.it {
  display: inline;
  font-family: serif;
  font-size: 110%;
  font-style: oblique;
  font-weight: 800;
  color: #333333;
  padding: 0;
}
div.about p {
  display: inline;
  font-family: sans-serif;
  font-weight: bold;
  padding: 0;
}

table.galleryset {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
table.galleryset img {
  margin: 3px;
  border: 1px solid #F4A460;
}
table.galleryset a:hover img {
  border: 1px solid #000000;
}

ul.indent20 {
  margin-left: 20px;
}

