body {
  background-color: #e6e6e6;
}

a {
  color: white;
}

.xyzzy {
  display: none;
}

div#main {
  text-align: center;
  margin: auto;
  max-width: 1280px;
  border: white 4px solid;
  background-color: #909090;
  color: #fff;
  font-size: 20px;
  font-family: "Trebuchet MS", "Century Gothic", "Candara", Helvetica, sans;
  padding: 0px;
  position: relative;
}

div#rightcol {
  float: right; 
  width: 30%;
  height: 100%;
}
div#contact {
  position: absolute;
  height: 150px;
  bottom: 0px;
}
div#contact h3 {
  font-size: 85%;
  margin: 0px;
  padding: 0px;
  position:relative;
  top: -15px;
}
div#mediacontrol {
  text-align: left;
}
div#mediacontrol ul {
  list-style: none;
}
div#mediacontrol>div {
  display: none;
}
div#mediacontrol>div.active {
  display: block;
}

div#leftcol {
  border-top: white 1px solid;
  border-bottom: white 1px solid;
  border-right: white 3px solid;
  width: 69%;
  background: url(img/canti.png);
  background-repeat: no-repeat;
  background-position: center;
}
div#header {
  padding: 15px;
  padding-left: 25px;
  text-align: left;
  position: relative;
}
#logo {
  float: left;
}
div#navigation {
  font-size: 24px;
}
div#navigation #nav1 {
  position: relative;
}
div#navigation #nav2 {
  position: relative;
}
div#navigation #nav3 {
  position: relative;
}
div#navigation #nav4 {
  position: relative;
}
div#media {
  height: 540px;
}
div#bandpics {
  display: none;
  position: absolute;
  z-index: 2;
  background: black;
  text-align: center;
  border: 15px white solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

#picnav {
  width:100%;
  height: 1.5em;
  background: #909090;
  border-top: 2px black solid;
}
#picback {
  float: left;
  padding-left: 10px;
  padding-bottom: 5px;
}
#picforward {
  float: right;
  padding-right: 10px;
  padding-bottom: 5px;
}
#piccredit {
  position:absolute;
  top:0px;
  width: 100%;
  color: #fff;
  background-color: transparent;
  background-color: rgba(200,200,200,0.8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd,endColorstr=#99dddddd);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd,endColorstr=#99dddddd)";
}

#videomedia {
}

.videobutton {
  cursor: pointer;
}

#videomenu h2 {
  margin: 0px;
}

.videolist {
  display: none;
}
.videolist td {
  background: #AAA;
}
.videolist ul {
  margin: 0px;
  margin-top: 5px;
  -webkit-padding-start: 10px;
  padding-left: 10px;
  padding-right: 20px;
  max-height: 100px;
  overflow: auto;
}
.videolist li {
  margin-bottom: 5px;
}
.videolist a {
  color: #000;
}

.gradient1_hover {
  background-image: -ms-linear-gradient(top, #909090 0%, #999 100%);
  background-image: -moz-linear-gradient(top, #909090 0%, #999 100%);
  background-image: -o-linear-gradient(top, #909090 0%, #999 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #909090), color-stop(1, #999));
  background-image: -webkit-linear-gradient(top, #909090 0%, #999 100%);
  background-image: linear-gradient(to bottom, #909090 0%, #999 100%);
}
.gradient1 {
  background-image: -ms-linear-gradient(top, #D0D0D0 0%, #AAA 100%);
  background-image: -moz-linear-gradient(top, #D0D0D0 0%, #AAA 100%);
  background-image: -o-linear-gradient(top, #D0D0D0 0%, #AAA 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D0D0D0), color-stop(1, #AAA));
  background-image: -webkit-linear-gradient(top, #D0D0D0 0%, #AAA 100%);
  background-image: linear-gradient(to bottom, #D0D0D0 0%, #AAA 100%);
}
.buttons1 {
  font-size: 100%;
}
.buttons1 tr td {
  padding: 5px;
  border: 2px black solid;
}
