body {
  margin: 0px;
  background-color: white;
  color: black;
  font-family:  "arial narrow", arial, helvetica, sans-serif;}

table {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
  color: grey;
}


#content {
  border-style: solid;  width: 800px;
  height: 600px;
  margin-left: auto;  margin-right: auto;
  margin-top: 20px;
  background-color: white;}

#artistname {
  margin-top: 10px;
  margin-left: 16px;
  font-size: 5.0em;
  font-weight: bold;
}

#galleryname {
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 14px;
  margin-bottom: 8px;
  font-size: 2.0em;
  font-weight: bold;
}

#thumbnails {
  width: 380px;
  margin-left: 10px;
  float: left;
}

#thumbnails img {
  border-style: solid;
}

#textarea {
  width: 330px;
  height: 380px;
  margin-left: 450px;
  overflow: auto;
}

#textarea p {
  margin-top: 0px;
  margin-bottom: 20px;
}

.large_text {
  font-weight: bold;
  font-size: 2.0em;
}

.med_text {
  font-size: 1.25em;
}

.small_text {
  font-size: 0.8em;
}

#gallerynavigation {
  text-transform: uppercase;
  position: absolute;
  top: 580px;
  margin-left: 14px;
  font-size: 0.75em;
}

#hidden-info {
 visibility: hidden;
}