body {
background-image: url("img/bg.jpg");
font-size: 10px;
font-family: verdana;
color: #785841;
line-height: 18px;
}

b {
color: #A78770;
}

#container {
background-image: url("img/content.jpg");
background-color: #C8B6A8;
border: 10px solid #C8B6A8;
max-width: 500px;
margin: auto;
}

#top {
max-width: 500px;
}

#nav {
text-align: center;
max-width: 330px;
margin: auto;
}

#content {
max-width: 500px;
margin: auto;
padding-top: 50px;
}

h1 {
font-family: century gothic;
font-size: 20px;
font-weight: normal;
color: #A78770;
text-align: center;
text-transform: lowercase;
letter-spacing: 3px;
}

textarea, input {
background-color: #9E704F;
font-family: verdana;
font-size: 10px;
color: #B5957E;
text-align: left;
border-bottom: 5px solid #B5957E;
}

a:link, a:active, a:visited {color: #A78770; font-family: verdana; font-weight: bold; font-size: 10px; border-bottom: 1px solid #785841; text-decoration: none;}
a:hover {color: #785841; font-family: verdana; font-weight: bold; font-size: 10px; border-bottom: 1px solid #A78770; text-decoration: none;}

a.nav:link, a.nav:visited, a.nav:active {
background-color: #9E704F;
font: 16px century gothic;
color: #EBDBD0;
text-decoration: none;
border: 0px;
display: block;
display: inline;
float: left;
margin: 5px; 
width: 100px;
line-height: 40px;
}

a.nav:hover {
background-color: #B5957E;
font-family: century gothic;
font-size: 16px;
text-decoration: none;
}