body {
  padding: 10px;
  font-size: 120%;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #aaa;
  background-color: #fff;
  text-align: center;
  font-weight: lighter;
}

#wrapper {
  width: 864px;
  margin: 0 auto;
  text-align: left;
}

#header,
#imageContainer,
#contactLink,
#portfolioLinks {
  margin: 0 8px;
}

#header {
  font-weight: lighter;
  font-size: 92%;
  margin-bottom: 13px;
}

#textContainer {
  border: 1px solid #ccc;
  padding: 18px;
  font-size: 90%;
  text-transform: none;
  letter-spacing: 0;
}

#imageContainer {
  text-align: right;
  border: 1px solid #ccc;
  padding: 18px;
  height: 520px;
  margin-bottom: 18px;
}

#imageContainer p {
  margin-top: 180px;
  font-size: 90%;
  letter-spacing: 0;
}

#imageContainer p a,
#textContainer p a {
  text-decoration: underline;
}

#previewThumbs {
}

#previewThumbs img {
  margin: 0 8px;
  border: 1px solid white;
  /*background: #fff url(loader.gif) center center no-repeat;*/
  display: block;
  float: left;
  position: relative; /*IE float hack*/
}

/*#previewThumbs img.sgThumbnailPreviewCurrent {
  opacity: 0.3;
  border: 1px solid #555;
}*/

#contactLink {
  float: right;
  margin-top: 13px;
}

#portfolioLinks {
  margin-top: 13px;
}

#portfolioLinks a {
  padding: 0 0.25em;
}

a:link, a:visited {
  color: #aaa;
  text-decoration: none;
}

a:hover {
  color: #000;
}

.stretcher {
  clear: both;
  height: 0;
}

a img {
  border: 0;
}
