body {
  font: 12px normal;
  font-family: "Copperplate Gothic Light", Garamond, serif;
  background-color: #c8c8c8; }

#squeeze {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 804px; }

h1 {
  font-family: "Copperplate Gothic Light",Garamond,serif;
  font-weight: normal;
  font-size: 36px;
  font-variant: normal;
  margin: 0 0 0 12px; }
  h1 a {
    color: #000;
    text-decoration: none; }

h2 {
  font-family: "Copperplate Gothic Light",Garamond,serif;
  font-weight: normal;
  font-size: 22px; }

a img {
  border: 0; }

#header {
  border-bottom: 2px solid #9e001b;
  margin-bottom: 48px;
  margin-top: 24px; }
  #header > h1 {
    float: left;
    position: relative;
    top: 5px; }
  #header > ul {
    float: right; }

#menu {
  position: relative;
  padding: 0;
  margin: 0;
  top: 24px;
  font-family: "Copperplate Gothic Light",Garamond,serif; }
  #menu li {
    list-style: none;
    float: left;
    margin-right: 12px; }
    #menu li a {
      color: #000;
      text-decoration: none;
      font-size: 16px;
      font-variant: small-caps; }

#content {
  background: #fff;
  padding: 38px 56px;
  margin: 28px 21px; }

.clearblock:after {
  content: ".";
  display: block;
  height: 1px;
  visibility: hidden;
  clear: both; }

.set {
  float: left;
  margin: 0 4px 4px 0;
  height: 125px; }
  .set img {
    opacity: 0.6; }
    .set img:hover {
      opacity: 1; }

.gray {
  background: #e0dedf; }
  .gray img {
    opacity: 1; }

.centered {
  text-align: center;
  margin: 32px 0; }

.text-content p.centered {
  font-size: 18px; }

.thumb {
  border: 2px solid #0e0e0e; }

.grid-left {
  float: left;
  height: 100px;
  margin: 10px 29px 0; }

.collage {
  position: relative;
  height: 360px;
  overflow: hidden; }
  .collage a {
    display: block;
    float: left;
    z-index: 0;
    border-color: #fff;
    border-style: solid;
    border-width: 4px;
    background: #fff; }
    .collage a:hover {
      cursor: pointer; }
  .collage img {
    display: block; }

.left {
  float: left; }

.center {
  text-align: center; }

.thumb.left {
  margin-right: 20px; }

.text-content {
  margin: 24px 0 0; }
  .text-content p {
    line-height: 22px;
    font-size: 14px; }

.text-right {
  margin-left: 240px; }

.wide {
  position: relative;
  margin: 32px -56px 0; }
  .wide .captioned {
    border: 4px solid #000;
    background: #000;
    color: #fff;
    overflow: hidden; }
  .wide p {
    padding: 6px 12px; }

.links {
  height: 160px;
  width: 150px;
  margin-right: 10px;
  position: relative; }
  .links .links-name {
    margin: 38px 5px 0;
    text-align: center;
    font-size: 28px;
    font-variant: small-caps;
    overflow: hidden; }
  .links img {
    position: absolute;
    top: 0px;
    left: 0px; }
  .links a {
    text-decoration: none;
    color: #000; }
