body {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  color: white;  
  background-color: #666666;  
  font-family: Arial, Helvetica, sans-serif;  
  min-height: 1000px;
}

#wrapper {  
  margin-top: 20px;  
  margin-right: auto;  
  margin-bottom: 20px;  
  margin-left: auto;  
  background-color: #333333;  
  max-width: 900px;
}

#header {  
  text-align: right;  
  background-color: #333333;  
  padding-right: 20px;
}

#header h1 {  
  margin-bottom: 0px;  
  font-size: 3em;  
  margin-top: 0px;
}

#header h2 {  
  margin-top: 0px;
  margin-bottom: 0px;
}

#content {  
  background-color: #333333;  
  min-height: 400px;  
  padding-right: 20px;  
  padding-left: 20px;  
  margin-top: 2em;
  margin-bottom: 20px;  
  padding-bottom: 20px;
}

div.banner {  
  padding-top: 5px;  
  padding-right: 5px;  
  padding-bottom: 5px;  
  padding-left: 5px;  
  color: #333333;  
  margin-top: 1em;  
  margin-bottom: 2em;  
  background-color: white;  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;  
  border-top-width: 4px;  
  border-right-width: 4px;  
  border-bottom-width: 4px;  
  border-left-width: 4px;  
  border-top-style: double;  
  border-right-style: double;  
  border-bottom-style: double;  
  border-left-style: double;  
  border-top-color: black;  
  border-right-color: black;  
  border-bottom-color: black;  
  border-left-color: black;  -webkit-box-shadow: 5px 5px 10px 2px #999999;
  box-shadow: 5px 5px 10px 2px #999999;
}

div.banner h2 {  
  margin-top: 0em;  
  text-align: center;
}

div.banner p.center {  
  text-align: center;
}

a {  
  color: white;
}

dl.audio dt {  
  font-size: 1.25em;  
  font-weight: bold;  
  margin-bottom: 0.25em;
}

dl.audio dd p {  
  margin-top: 0em;
}

dl.audio dd audio {  
  width: 100%;
}

dt.gigdate {
  font-weight: bold;
  font-size: 1.25em;
}
  
dd {  
  margin-bottom: 1em;
}

img.right {  
  margin-left: 0.5em;  
  float: right;  
  margin-top: 0.5em;  
  margin-bottom: 0.5em;
  max-width:70%;
}

img.left {  
  margin-right: 0.5em;  
  margin-bottom: 0.5em;  
  float: left;  
  margin-top: 0.5em;
}

#ie7 {  
  position: absolute;
}