body {
    background-color: #A6835A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    margin: 10px;
}

header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    background-color:#E6AA43;
    height: 105pt;
    border: #32373C;
    border-style: double;
    border-width: 5pt;
    border-radius: 20px;
}

nav {
    text-align: center;
}

h1 {
    font-size: 24pt;
    font-weight: bold;
    color: #32383C;
}

img {
    border-radius: 20px;
}

h2 {
    font-size: 18pt;
    font-weight: bold;
    margin-left: 10%;
}

h3 {
    font-size: 16pt;
    font-weight: bold;
    margin-left: 10%;
}

h4 {
    font-size: 16pt;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    margin-left: 10pt;
    
}


p {
    display: block;
    padding-top: 10pt;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 1.5em;
    color: #32383C ;
}

table {
    width: 80%;
    margin-left: 10%;   
}

tr,td {
    text-align: justify;
    vertical-align: top;
    font-size: 14pt;
    line-height: 1.5em;
}

th {
    text-align: left;
    vertical-align: middle;
    font-size: 18pt;
    font-weight: bold;
    margin-left: 10%;
}


div {
    margin: auto;
}

#contact {
    font-size: 10pt;
    font-style: italic;
    width: auto;
}


.navigation {
    text-align: center;

}


.footernav {
    text-align: center;
}

.wood {
    padding: 0pt;
    line-height: 1.5em;
    text-align: justify;
    background-color: #E69C43;
    border-radius: 20px;

}

.woodCell {
    text-align: left;
}