html {
background-color: #FDFD8D;
width: 800px;
margin: auto;
float: center;
padding: 10px;
}
a img {
border: none;
}
.top {
text-align: center;
color: #184F0F;
font-family: 'Brush Script MT', 'Lucida Calligraphy', 'Monotype Corsiva', sans-serif;
display: block;
}
.top h1 {
font-size: 4em;
margin: 0px;
}
.top h3 {
font-size: 2.5em;
padding-left: 150px;
margin: 0px;
}
.top a {
color: #184F0F;
text-decoration: none;
}

.top a:visted {
color: #184F0F;
text-decoration: none;
}

.content {
float: right;
width: 600px;
color: #3F1608;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.content h2 {
font-family: Georgia;
border-style: solid;
border-width: 1px;
border-right: 0px;
border-left: 0px;
}
.content li {
padding-bottom: 8px;
}
.content a {
text-decoration: none;
font-weight: bold;
color: #184F0F;
}

.content a:hover {
text-decoration: underline;
}

.content a:visited {
color: #8F3E11;
}

.navbar {
float: left;
width: 150px;
border-right: dotted 2px #184F0F;
padding-right: 20px;
}
.navbar a {
font-family: sans-serif;
text-decoration: none;
color: #3F1608;
font-size: 110%;
}
.navbar a:hover {
color: #184F0F;
}
.navbar a:visted {
color: #8F3E11;
}
.navbar li {
list-style-type: none;
padding-bottom: 10px;
}
.image-right {
float: right;
border: solid 1px;
margin-left: 5px;
}
.image-left {
float: left;
border: solid 1px;
margin-right: 25px;
}

.indent {
margin-left: 20px;
}

.question {
font-weight: bold;
}

.list p {
margin-top: -15px;
line-height: 1.2em;
}

#footer {
position: relative;
bottom: auto;
clear: both;
width: 800px;
padding-top: 50px;
color: #3F1608;
text-align: center;
font-family: sans-serif;
font-size: 70%;
letter-spacing: 0.2em;
}

#footer a {
color: #3F1608;
text-decoration: none;
}

#footer .big {
font-size: 110%;
}

