body {
    margin-top: 1in;
    margin-bottom: 1in;
    background-color: white;
    font-family: sans-serif;
}

h1 {
    color: #599D0F;
}

table.files td {
    padding: 1em;
    text-align: center;
}

table.navigation td {
    font-size: small;
}

img {
    border: 0px;
}

a {
    color: #599D0F;
    text-decoration: none;
}

a:hover {
    color: #599D0F;
    text-decoration: none;
    background-color: #F5FFEA;
}

td#top-left {
    background-image: url(frame_03.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 43px;
}

td#top-middle {
    background-image: url(frame_04.png);
    background-repeat: repeat-x;
    height: 43px;
}

td#top-right {
    background-image: url(frame_05.png);
    background-repeat: no-repeat;
    width: 54px;
    height: 43px;
}

td#left {
    background-image: url(frame_07.png);
    background-repeat: repeat-y;
    width: 50px;
}

td#right {
    background-image: url(frame_09.png);
    background-repeat: repeat-y;
    width: 54px;
}

td#bottom-left {
    background-image: url(frame_10.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 59px;
}

td#bottom-middle {
    background-image: url(frame_11.png);
    background-repeat: repeat-x;
    height: 59px;
}

td#bottom-right {
    background-image: url(frame_12.png);
    background-repeat: no-repeat;
    width: 54px;
    height: 59px;
}

span.size {
    font-size: 60%;
    color: #808080;
}






/* second attempt without tables */
#content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 55px;
}

#content span.top_left {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(frame_03.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 43px;
    z-index: 2;
}

#content span.top_middle {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(frame_04.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 43px;
    z-index: 1;
}

#content span.top_right {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(frame_05.png);
    background-repeat: no-repeat;
    width: 54px;
    height: 43px;
    z-index: 2;
}

#content span.left {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(frame_07.png);
    background-repeat: repeat-y;
    width: 50px;
    height: 100%;
    z-index: 1;
}

#content span.right {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(frame_09.png);
    background-repeat: repeat-y;
    width: 54px;
    height: 100%;
    z-index: 1;
}

#content span.bottom_left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(frame_10.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 59px;
    z-index: 2;
}

#content span.bottom_middle {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(frame_11.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 59px;
    z-index: 1;
}

#content span.bottom_right {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url(frame_12.png);
    background-repeat: no-repeat;
    width: 54px;
    height: 59px;
    z-index: 2;
}

div.description {
    margin-top: 1em;
    color: #606060;
    width: 30em;
}

div.back {
    margin-top: 1em;
}

div.back a {
    font-size: small;
}

