@font-face {
  font-family: "Century Gothic";
  src: url(images/fonts/century_gothic.otf)
}


body {
  font-family: "Century Gothic", "Trebuchet MS", helevetica, sans-serif;
  color: white;
  background-color: #919191;
}

a {
  color: white
}

a:hover, a:visited {
  text-decoration: underline;
  color: #a5bfdc
}
  
.linked {
  cursor: pointer;
  border: .1em #919191 solid; 
} 

* .linked {
  cursor: hand;
}
 
#main {
  width: 100%;
  font-size:10px;
} 

#main.photo {
  padding-bottom: 1em;
}
 
#header {
  width: 100%;
  border-top: 1px #827b71 solid;
}

#header #catherinethiry {
  height: 42px;
}

#navi {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  max-height: 20px;
}

* #navi {
  height: 20px;
}

#navi img {
  height: 20px;
  margin-right: 22px;
}

#navi .linked {
  border: none
}

#navi img#contact {
  margin-right: 0px;
}

#main.photo #navi {
  margin-top: 10px;
  max-height: 40px;
}

* #main.photo #navi {
  height: 40px;
}

#main.photo #navi img {
  height: 33px;
  margin-right: 0px;
}

#content {
  padding-left: 1em;
}

#content table {
  float: left;
}

#content td img {
  margin-left: .3em;
  margin-right: .3em;
  height: 27.3em;
}

* #content td img {
  margin-left: .4em;
  margin-right: .4em;
}

#content td .title {
  margin-top: .5em;
  margin-left: 1.5em;
  font-weight: bold;
}

#content td img.gallery {
  margin-left: 1.5em;
  height: 3em;
}

#photo-title{
  width: 100%;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

#photo-content{
  width: 100%;
  margin-top: 2px;
  text-align: center;
}

#photo-nav{
  margin: 0px auto;
  text-align: center;
  width: 32em;
}

#photo-nav .big {
  font-size: 1.4em;
  float: left;
  padding-top: .1em;
}

#photo-nav img {
  float: right;
  width: 2em;
  height: 2em;
}

#contact-info {
  width: 100%;
  text-align: center;
  font-size: 1.2em
}

#contact-info h6 {
  padding-bottom: 1.2em;
}