body{
    text-align: center;
    font-family: "Hoefler Text", Georgia, Times, "Times New Roman", serif;
    font-size: 0.9em;
    background-color: #FFF;
    margin:0;
}
a, img{
    border: none;
}

img {
   /* border: 10px solid #FFF; */
}

div#main{
    display: block;
}

a {
    color: #999;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #CCC;
}

p.photo_title{
    font-family: "Hoefler Text", Georgia, serif;
    margin: 0;
    font-size: 3.5em;
}
p.nav {display:block; background-color: #000; border-bottom: #F00; padding:10px;margin-top:0;}
p.nav, p.nav a {color: #CCC;}
p.subnav, p.subnav a {color: #000;}
