body {
background-color: #E6E5C9;
font-size: 16px;
font-family: garamond;
color: #679688;
text-align: justify;
line-height: 25px;
}

#container {
max-width: 680px;
margin: auto;
}

#top {
max-width: 680px;
}

#nav {
text-align: center;
max-width: 680px;
margin: auto;
}

#nav a {
background-color: #679688;
font-family: garamond;
font-size: 19px;
color: #E6E5C9;
font-weight: normal;
text-decoration: none;
text-transform: uppercase;
border: 0px;
display: block;
display: inline;
float: left;
margin: 5px; 
width: 87px;
line-height: 40px;
}

#content {
max-width: 680px;
margin: auto;
padding-top: 80px;
}

#content b {
color: #C2AF92;
}

#content h1 {
background-image: url("img/h1.png");
font-family: garamond;
font-size: 25px;
font-weight: normal;
color: #679688;
text-align: center;
text-transform: uppercase;
height: 50px;
line-height: 55px;
}

#content h1:first-letter {
color: #C2AF92;
font-size: 35px;
}

#content a {
color: #417163;
font-weight: normal;
text-decoration: none;
}

#content a:hover {
color: #C2AF92;
text-decoration: none;
}

#content textarea, input {
background-color: transparent;
font-family: garamond;
font-size: 16px;
color: #679688;
text-align: left;
border-bottom: 0px;
border-top: 0px;
border-left: 5px solid #C2AF92;
border-right: 0px;
}

#content blockquote {
border-left: 15px solid #C2AF92;
padding-left: 10px;
}

#quotes {
font-family: garamond;
font-size: 22px;
font-style: italic;
}

#quotes h2 {
font-family: garamond;
font-size: 25px;
color: #C2AF92;
font-weight: normal;
font-style: normal;
text-align: right;
letter-spacing: 5px;
margin-top: -20px;
}

#disclaimer {
max-width: 680px;
padding-top: 50px;
margin: auto;
}