#header {
    width: 740px;
    background-color: antiquewhite;
    height: 55px;
    text-align: left;
}

#header h1 {
    position: relative;
    top: 10px;
    left: 250px;
    font-size: 1.5em;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    color: dimgray;
}

#navigation {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 267px;
}

#navigation button {
    font-size: .6em;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    color: dimgray;
    border: none;
    background-color: white;
}
h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    color: dimgray; 
}
#bigimage {
    position: relative;
    left: 90px;
    top: 30px;
}
#caption {
    position: absolute;
    top: 720px;
    text-align: center;
    width: 740px;
     font-size: 1em;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    color: dimgray;
}