* {
  margin: 0;
  padding: 0;
}

#container {
  margin: 0px auto;
  padding: 0;
  width: 805px;
  background-color: #dddcb8;
  border-left: 6px solid;
  border-right: 6px solid;
  }

#header {
  width: 805px;
  height: 171px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  }

#menu {
  width: 805px;
  height: 30px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-color: #000000;
  }

#leftborder {
  width: 65px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  padding: 0px;
  background-color: #dddcb8;
  float: left;
  display: inline;
  }
  
#rightborder {
  width: 65px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  padding: 0px;
  background-color: #dddcb8;
  float: right;
  display: inline;
  }
  
#content {
  min-height: 500px;
  height: auto !important;
  height: 500px;
  width: 673px;
  background-color: #f8f9ed;
  border-left: 1px solid;
  border-right: 1px solid;
  margin: 0px 0px 0px 0px;
  float: left;
  overflow:hidden;
  }

#footer {
  width: 805px;
  height: 25px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  clear: both;
  }

body {
  background-color: #f5f7e0;
  margin: 0px;
  padding: 0px;
  }

a:link { text-decoration: underline; color: #7d3215; }
a:visited { text-decoration: underline; color: #7d3215; }

p, ul {
  margin: 10px 65px 0px 65px;
  font-family: tahoma, verdana, sans-serif;
  font-size: 10pt;
  line-height: 120%;
  text-align: justify;
  }

ul {
  list-style-type: square;
  }
  
img {
  margin: 0px 0px 0px 0px;
  border: 0px;
  }

img.header {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  } 
 
img.musicianpics {
  float: left;
  margin: 0px 0px 0px 8px;
  padding-right: 10px;
  border: 0px;
  }
  
img.linkicons {
  position: relative;
  top: 10px;
  margin: 5px 0;
}
  
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}