/* CSS Document */

body {
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 background-color:#33CCFF;
 color: #666666;
 font-family: Arial;
 font-size: 12px;
 font-weight: lighter;
}

p a, p a:link, p a:visited {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px dotted #666666;
}

p a:hover, p a:active {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px dotted #999999; 
}

strong {
  font-weight: bold;
}

img, a  {
  border: none;
}

#photos, #upcomingshows, #mailinglist, #booking, #moreinfo {
  padding-left: 20px;
  display: block;
}

#upcomingshows, #mailinglist{
  width: 350px;
margin-top: -30px;
}

#upcomingshows {
  float: left;
  height: 1000px;
}

#mailinglist {
 float: right;
}

#mailinglist #signupform {
  display: block;
  width: 350px;
  height: 280px;
  padding-left: -40px;
}

#moreinfo {
  float: right;
  height: 200px;
}

#mainImage {
   margin: auto;
   font-size: 120%;
}

#mainImage img {
  border: 1px solid gray;
  padding: 10px;
  margin-right: 10px;
  background-color: #ffffff;
}

#section_1 {
  width: 800px;
  min-height: 1100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}


.header {
  border-bottom: 1px dotted gray;
  margin-top: 35px;
  margin-left: -20px;
  margin-bottom: 20px;
}

#photos .dana {
margin-top: 15px;
margin-right: 5px;
}


#credit {
  font-size: -0.7em;
}