body {
    background-image: url(images/back2.jpg);
    background-repeat: repeat-x;
    color: #29271e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
/*
    margin-top: 0px;
    margin-bottom: 0px;
*/
    text-align: center;
/*
  scrollbar-3dlight-color: #beb39e;
  scrollbar-arrow-color: #fc4061;
  scrollbar-base-color: #fdd9d9;
  scrollbar-darkshadow-color: #e0a4a4;
  scrollbar-face-color: #ffcccc;
  scrollbar-highlight-color: #ffebec;
  scrollbar-shadow-color: #e0a4a4;
  scrollbar-track-color: #fdd9d9;
*/
}

a:link {
    color: #29271e;
    text-decoration: none;
}

a:visited {
    color: #29271e;
    text-decoration: none;
}

a:hover {
    color: #fc4061;
    text-decoration: none;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.2em;
}

img {
    display:block;
}

img.thumb {
    border: 1px solid black;
    height: 50px;
    width: 50px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 770px;
}

.maintext {
    font-size: 12px;
    text-align: left;
}

div#banner {
    background-image: url(images/arangements_02.jpg);
    height: 86px;
}

.header {
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;
}

table.header {
    background-image: url(images/interior6_03.jpg);
    height: 31px;
    width: 100%;
}

td.header {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    width: auto;
}

td.headermenupad {
    width: 5%;
}

a.header:link {
    color: gray;
}

a.header:visited {
    color: gray;
}

a.header:hover {
    color: #fc4061;
}

div.spacer {
    height: 100px;
    width: 100px;
}

div#copyright {
    background-image: url(images/interior6_03.jpg);
    padding: 10px;
}

.footer {
    font-size: 11px;
}

table.footer {
    background-color: #feb5be;
    width: 100%;
}

td.footer {
    text-align: center;
}

th.footer {
    text-align: left;
}

