a:link {
  color: #E39A4D;
  text-decoration: none;
  background-color: transparent;
}

a:visited {
  color: #E39A4D;
  text-decoration: none;
  background-color: transparent;
}

a:active {
  color: #E39A4D;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #AA621C;
  text-decoration: none;
  background-color: transparent;
}

body {
  background-color: #808080;
  color: #FFFFFF;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  margin: 50px 0px 0px 0px;
}

img {
  border: 0px;
}

.rad {
  width: 450px;
  text-align: center;
}

#container {
  width: 100%;
  margin-top: 40px;
  margin-left: 0px;
  margin-right: 0px;
}

#logo-border {
  width: 100%;
  height: 100px;
  background-color: #666666;
  margin-top: 60px;
  /* border: solid 1px white; */
}

#logo {
  width: 400px;
  height: 199px;
  margin-top: -150px;
  margin-left: 150px;
}

#menu {
  font-size: 14pt;
  text-align: left;
  margin-top: 70px;
  margin-left: 175px;
  width: 410px; /* 110px original */
  position: relative;
}

.main {
  background-color: #404040;
  width: 100%;
  min-height: 500px;
  margin-top: -50px;
  padding-top: 10px;
}

.text {
  margin-top: 20px;
  margin-left: 200px;
  margin-right: 25%;
}

#footer {
  background-color: #808080;
  width: 100%;
  height: 50px;
}

.pic {
  border: solid 1px #FFFFFF;
}

.row {
  margin-top: 15px;
}
.album {
  margin-right: 15px;
  float: left;
}
.clear {
  clear: both;
}

.store-row {
  margin-top: 15px;
}
.store-album {
  margin-right: 15px;
  float: left;
}


#discomain {
  width: 700px;
}

.discotitle {
  margin-bottom: 10px;
  font-weight: bold;
}

.discoimg {
  border: 1px solid #000000;
  float: left;
}

.discolist {
  margin-left: 10px;
}

.discobottom {
  margin-top: 10px;
}

.discorandom1 {
  float: left;
}

.discorandom2 {
  clear: both;
}