body {
margin: 0;
padding: 0;
margin-bottom: 30px;
background-color: #663300;
font-family: georgia, times, serif;
font-size: 0.75em;
color: #663300;
text-align: center;
}

/*divs, positioned elements*/

#frame {
width: 760px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
padding: 0;
background-color: #663300;
background-image: url(images/bg_middle.gif);
background-position: center center;
background-repeat: repeat-y;
}

#header{
width: 760px;
height: 280px;
background-image: url(images/bg_header.gif);
background-position: top center;
background-repeat: no-repeat;
}

#nav {
width: 700px;
margin: 0;
padding: 0;
margin-left: auto;
margin-right: auto;
}

#content {
float: left;
width: 470px;
padding-left: 35px;
text-align: left;
}

#extras {
float: right;
width: 240px;
padding-right: 10px;
text-align: left;
}

#bb {
position: relative;
left: 37px;
}

#mail_list {
position: relative; 
left: 37px;
top: 15px;
border: 2px solid #DDC18B;
padding: 5px 10px 0 10px;
margin-bottom: 30px;
background-color: #FFEBA6;
width: 155px;
}

#footer {
width: 760px;
clear: both;
padding-bottom: 20px;
background-image: url(images/bg_footer.gif);
background-position: bottom center;
background-repeat: no-repeat;
border-top: 0px solid #663300;
}


/*headings, paragraphs, images*/

img {
border: 0;
}

h1, h2, h3, h4, p {
padding: 0;
margin: 0;
}

#header h1 span, #header h2 span {
display: none;
}

#header h1 {
width: 760px;
height: 70px;
background-image: url(images/title.gif);
background-position:bottom center;
background-repeat: no-repeat;
}

#header h2 {
width: 760px;
height: 206px;
background-image: url(images/header_photo.jpg);
background-position:center center;
background-repeat: no-repeat;
}

#header p {
padding-top: 6px;
}

#content h3 {
padding-top: 10px;
padding-bottom: 10px;
font-family: arial, verdana, sans-serif;
font-size: 1.8em;
background-image: url(images/leaf_bg.gif);
background-position: center left;
background-repeat: no-repeat;
text-indent: 35px;
}

#content h4 {
text-transform: uppercase;
padding: 3px 0 3px 8px;
font-family: arial, verdana, sans-serif;
font-size: 1.1em;
}

#content p {
padding: 0 0 10px 8px;
line-height: 18px;
}

#mail_list h4 {
padding-top: 0px;
padding-bottom: 6px;
font-family: arial, verdana, sans-serif;
font-size: 1.2em;
}


p.p1 {
padding-bottom: 5px;
}

#footer p {
padding-bottom: 8px;
}


/*body links*/

a:link, a:visited {
color: #CC3300;
font-weight: bold;
text-decoration: underline;
}

a:hover, a:active {
color: #663300;
font-weight: bold;
text-decoration: underline overline;
}


/*nav list*/

#nav ul {
margin: 5px 0 5px 0;
padding: 10px 10px 10px 10px;
border-top: 1px solid #663300;
border-bottom: 1px solid #663300;
list-style-type: none;
}

#nav li {
display: inline;
padding: 8px;
}

#nav a:link, #nav a:visited {
padding: 0 0 0 22px;
color: #CC3300;
font-size: 1.1em;
font-weight: bold;
text-decoration: none;
background-image: url(images/nav_bg.gif);
background-position:top left;
background-repeat: no-repeat;
}

#nav a:hover, #nav a:active {
padding: 3px 0 3px 22px;
color: #663300;
font-size: 1.1em;
font-weight: bold;
text-decoration: none;
background-image: url(images/nav_bg.gif);
background-position:bottom left;
background-repeat: no-repeat;
}


/*footer nav list*/

#footer ul {
list-style-type: none;
margin: 0 30px 0 30px;
padding: 10px 0 10px 0;
border-top: 1px solid #663300;
}

#footer li {
display: inline;
padding: 5px;
}

#footer a:link, #footer a:visited {
color: #CC3300;
font-size: 0.9em;
font-weight: bold;
text-decoration: underline;
}

#footer a:hover, #footer a:active {
color: #663300;
font-size: 0.9em;
font-weight: bold;
text-decoration: underline overline;
}


/*forms*/

form {
margin-top: 5px;
margin-bottom: 5px;
}

.button {
color: #FEF2C8;
background-color: #663300;
border: 1px solid #A38566;
font-weight: bold;
margin-top: 2px;
margin-bottom: 5px;
}

#email {
color: #663300;
background-color: #FEF2C8;
border: 1px solid #DDC18B;
font-weight: bold;
}

.textbox {
color: #663300;
background-color: #FFEBA6;
border: 1px solid #DDC18B;
font-weight: bold;
}

fieldset {
width: 430px;
border: 0;
}

fieldset p {
margin-bottom: 5px;
}

legend {
color: #663300;
font-weight: bold;
font-size: 1.2em;
padding-bottom: 8px;
}
