body {
  background-image: url("media/DD-dd-bg.jpg");
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
}
#header {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: block;
  font-size: large;
  position: fixed;
  right: 0px;
  color: #000099;
  font-family: Arial, Helvetica, sans-serif;
  height: 120px;
  top: 0px;
  left: 0px;
}
#footer {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #330000;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  position: fixed;
  right: auto;
  bottom: 0px;
  left: auto;
}
#lcol {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 120px;
  left: 0px;
  width: 200px;
}
#content {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  overflow: auto;
  position: absolute;
  width: 70%;
  height: 600px;
  top: 140px;
  right: 0px;
  left: 260px;
}
#content p {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
#content dl {
  margin-right: auto;
  margin-left: auto;
}
#content table {
  width: 100%;
  clear: left;
}
#content td {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.boxed {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #993300;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #993300;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #993300;
  border-left-width: 1px;
  border-left-style: dotted;
  border-left-color: #993300;
}
#mainMenu {
  font-weight: bold;
  color: white;
  text-shadow:1px 1px 1px black;
}
#mainMenu .mainitem {
  margin-left: 12px;
}
#mainMenu .subitem {
  margin-left: 28px;
  font-size: smaller;
}
#mainMenu p {
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #993300;
  display: block;
}
#mainMenu a {
  text-decoration: none;
  color: white;
}
#mainMenu a:hover {
  background-color: yellow;
  text-decoration:underline;
  color: black;
}
#thisPage {
  background-color: green;
}
#footer p {
  text-align: center;
}
#bandLogo {
  max-width: 256px;
  float: left;
}
#bandPhoto {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  width: 256px;
  margin-right: auto;
  margin-left: auto;
}
#designerLogo {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  width: 180px;
}
.gig dl {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #993300;
}
.gig dd {
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}
.gigBandLogo {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  max-width: 220px;
}
.gigDate {
  font-weight: bold;
}
.gigVenueName {
  font-size: xx-large;
  font-weight: bold;
}
.bandMembers {
  float: left;
}