body {
  margin: 0;
  padding: 10px 30px;
  background-color: #8C5071;
  color: white;
  font-size: 90%;
  font-family: Georgia, serif;
}

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

a:hover { background-color: #693C54; }

h1, h2, h3, h4 { font-family: "Gill Sans"; }

#page_intro, #gallery { margin-bottom: 50px; }

.image_box, .other_box {
  float: left;
  margin: 20px 20px 20px 0;
  width: 300px;
  height: 300px;
}

.image_box a {
  display: block;
  border: 3px solid #8C5071;
  width: 300px;
  height: 300px;
}

.image_box a:hover {
  border-color: #693C54;
}

.image_box a img {
  border: none;
}

.other_box {
  position: relative;
}

.other_box #next_link, .other_box #prev_link {
  position: absolute;
  top: 0;
}

.other_box #prev_link { left: 0; }

.other_box #next_link { right: 0; }

#artist_statement p { text-indent: 2em; line-height: 1.5em; text-align: justify;}

blockquote { text-align: justify; border-left: 4px solid white; margin-left: 0; padding-left: 40px;}

.clearer { clear: left;}
  




