html {
background: url('header.jpg') 
no-repeat center fixed; 

}

body {
width: 800px;
font-size: 100%;
line-height: 160%;
color: #23110F;
font-family: trebuchet ms, verdana, tahoma;
margin: 0 auto;
padding: 0;
}

a:link, a:visited, a:active {
font-style: normal;
font-weight: normal;
color: #875C39;
text-decoration: none;
}

a:hover {
color: #716050;
}

img {
border: 0px;
}

#wrapper {
background-color: #fff;
width: 800px;
margin: 2px 0 50px 0;
overflow: auto;
opacity:0.7;
filter:alpha(opacity=70);
}

#navigation {
width: 800px;
height: 35px;
font-size: 100%;
text-align: center;
}

#navlist li {
display: inline;
list-style-type: none;
}

#navlist a {
padding: 8px 10px;
margin-right: 2px;
}

#navlist a:link, #navlist a:visited {
color: #272622;
letter-spacing: 3px;
text-decoration: none;
font-weight: bold;
font-family: trebuchet ms, verdana, tahoma;
text-transform: uppercase; 
}

#navlist a:hover {
color: #57626b;
text-decoration: none;
}

#content {
width: 780px;
min-height: 350px;
height: auto !important;
height: 350px;
margin: 0 10px 35px 10px;
}

h1 {
font-weight: normal;
font-style: normal;
font-size: 140%;
color: #5f755d;
letter-spacing: 2px;
padding: 2px 1px 2px 1px;
margin: 0;
font-family: georgia, trebuchet ms, verdana, tahoma;
text-transform: uppercase; 
}

p {
margin: 4px 0 20px 0;
}

input, textarea, option, select { 
background-color: #EEE6D3; 
border: 1px solid #23110F;
padding: 4px;
font-size: 95%; 
color: #23110F;
font-family: trebuchet ms, verdana, tahoma;
}
