body {
        font-family: sans-serif;
        background-color: #c7c6cc;
        margin: 20px 0 20px 0;
        padding: 0;
        background-color: #d2d2d2;
}

div#main {
        margin: 0 auto 0 auto;
        width: 70%;
        background-color: #fff;
}

div#menubar {
        padding: 5px;
        font-size: 1em;
        text-align: center;
        padding-bottom: 20px;
}

div#menubar a {
        padding-right: 3px;
        padding-left: 3px;
        text-decoration: none;
        font-weight: bold;
}

div#menubar a.current {
        border-bottom: 4px solid #AE0000;
        color: #733F14;
}

div#menubar a:hover {
        border-bottom: 4px solid #36771E;
}

div#menubar a:active {
        color: #733F14;
}

div#menubar a:link {
        color: #733F14;
}

div#menubar a:visited {
        color: #733F14;
}

div#title {
        font-family: serif;
        font-size: 2.5em;
        font-weight: bold;
        padding: 5px;
        text-align: center;
}

div#title a {
        letter-spacing: 0.1em;
        text-decoration: none;
        display: block;
        border-bottom: 4px solid #36771E;
}

div#title a:hover {
}

div#title a:active {
        color: #AE0000;
}

div#title a:link {
        color: #AE0000;
}


div#title a:visited {
        color: #AE0000;
}

div#textarea {
        margin: 10px 20px 10px 20px;
        text-align: justify;
        font-size: 1.1em;
        line-height: 2em;
}

div#textarea img.wreath-left {
        float: left;
        margin-right: 10px;
}

div#textarea img.wreath-right {
        float: right;
        margin-left: 10px;
}

img {
        border: none;
}

a:hover img {
        border-bottom: solid 4px #36771E;
}

div#footer {
        border-top: 3px solid #36771E;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: small;
        width: 99%;
        margin: 50px 0.5% 0 0.5%;
}

table {
        width: 100%;
}

td {
        border-bottom: 2px solid #000000;
}

td.view {
        border-bottom: none;
}

td.view a {
        text-decoration: none;
}

tr.product:hover {
        background-color: #D2D2D2;
}
