body {
background-image: url("img/bg.jpg");
background-color: #723437;
font-family: verdana;
font-size: 10px;
color: #723437;
line-height: 15px;
}

b {
color: #C1B46C;
}

#container {
border: 20px solid #FEFFF9;
background-color: #FEFFF9;
max-width: 500px;
margin: auto;
}

#top {
background-image: url("img/top.jpg");
width: 500px;
height: 350px;
}

#nav {
background-color: #723437;
border: #723437 solid 10px;
text-align: center;
height: 15px;
}

#content {
padding-top: 15px;
}

h1 {
font-family: century gothic;
font-size: 30px; 
color: #DED07F;
text-align: left;
font-weight: normal;
letter-spacing: 3px;
border-bottom: 5px solid #723437;
}

h1:first-letter {
font-size: 35px;
color: #723437;
}

h2 {
font-family: century gothic;
font-size: 12px; 
color: #723437;
text-align: right;
text-transform: uppercase;
font-weight: normal;
background-color: #DED07F;
margin-top: -20px;
}

textarea, input {
background-color: #723437;
font-family: century gothic;
font-size: 12px;
color: #DED07F;
text-align: left;
border: 0;
}

a:link, a:active, a:visited {
font-family: verdana;
font-size: 10px;
color: #C1B46C; 
font-weight: normal;
text-decoration: none;
}

a:hover {
text-decoration: none;
background-color: #723437;
}

a:link.nav, a:active.nav, a:visited.nav {
font-family: century gothic;
font-size: 18px;
color: #DED07F; 
font-weight: normal;
text-decoration: none;
}

a:hover.nav {
color: #723437;
text-decoration: none;
background-color: #DED07F;
}