body {
background-color: white;
color: black; 
margin: 0;
padding: 18em 0 18em 9em;
position: relative;
font-family: "Lucida Grande", Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: normal; 
font-size: 10px;
}
p, h1, h2, h3, ul, dl {
  margin: .9em 0;
  padding: 0;
}
h1 {
font: normal 350% "Adobe Caslon Pro", "Big Caslon", Garamond, Times, "Times New Roman", serif;
letter-spacing: .15em;
line-height: .9em;
padding-left: .75em;
width: 10em;
text-align: right;
display: block;
text-transform: lowercase;
}
h2 {
  color: #5875BE;
  font-weight: lighter;
  letter-spacing: .3em;
  margin-top: 1.8em;
  text-transform: uppercase;
  text-shadow: 0.2em 0.2em;
}
dt {
  clear: left;
  float: left;
}
dd {
  margin-left: 3.5em;
}
img#header {
	width: 37.5em;
	height: 18em;
	position: absolute;
	top: 0;
}
caption {
  display: none !important;
}
p, ul, dl{
color: #666;
font-size: 150%;
line-height: 1.8em;
width: 25em;
}
ul {
  list-style-position: inside;
  list-style-type: square;
}
span {
	font-family: myriadpro;
}
a {
color: #5875BE;
text-decoration: none;
border-bottom: 2px solid #bcf;
padding-bottom: .2em;
}
a:hover {
background-color: #bcf;
color: #fff;

}
strong {
  font-weight: normal;
  color: black;
}

#thumbnails {
  position: absolute;
  top: 0;
  left: 15%;
  margin-left: 36em;
  width: 40%;
}
#thumbnails img {
  border: none;
 margin: 1.8em .9em;
}
#thumbnails a  {
  border: 0;
 float: left; 
  display: block;
 padding-bottom: 5px;
}  
#homepage #thumbnails img  {
  margin: 0;
}
#homepage #thumbnails a  {
 margin: 1.8em .9em;

}
#thumbnails a:hover {
  border-bottom: 5px solid #bcf;
 padding-bottom: 0;

}
#homepage #thumbnails { 
top: 30em;
}
.credits {
  font-style: italic;
}
.credits li {
  float: left;
  margin-right: 1em;
}