body {
    position: relative;
    width: 1280px;
    background: #53495a;
    color: #f3f1f4;
    font-family: "DejaVu Sans", "Bitstream Vera Sans", Geneva, "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#foreground-decoration {
    position: absolute;
    z-index: 1000;
    width: 310px;
    height: 800px;
    top: 0;
    left: 0;
    background: url(/site/images/decoration-small.png) top left no-repeat;
}
#foreground-decoration2 {
    position: absolute;
    z-index: 1000;
    width: 930px;
    height: 390px;
    top: 716px;
    left: 0;
    background: url(/site/images/decoration-small.png) bottom left no-repeat;
}

#content-decoration {
    position: absolute;
    width: 1020px;
    height: 1049px;
    top: 0;
    right: 0;
    background: url(/site/images/board-small.png) top left no-repeat;
    xoutline: 1px solid green;
}
#logo {
    position: absolute;
    font-size: 18px;
    top: 40px;
    left: 10px;
    width: 920px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    xoutline: 1px solid blue;
}
#logo img {
    vertical-align: middle;
}
ul#links {
    position: absolute;
    font-size: 18px;
    top: 210px;
    left: 10px;
    width: 920px;
    text-align: center;
    word-spacing: 2em;
    xoutline: 1px solid red;
}
ul#links li {
    display: inline-block;
    xoutline: 1px solid pink;
}
#content {
    position: absolute;
    overflow-y: auto;
    width: 780px;
    height: 390px;
    top: 280px;
    left: 64px;
    padding: 1em;
    line-height: 1.33;
    xoutline: 1px solid lime;
}
#content.under-construction-lol {
    padding: 180px 1em 2em;
    height: 210px;
    text-align: center;
}
#contact {
    position: absolute;
    width: 352px;
    height: 198px;
    bottom: 5px;
    right: 10px;
    xoutline: 1px solid red;
    background: url(/site/images/contact-small.png) top left no-repeat;
}

ul.thumbnail-grid {
}
ul.thumbnail-grid li {
    display: inline-block;
    height: 200px;
    width: 200px;
    margin: 20px;
    background: white;
}


/*** cart ***/
body #googlecart-widget-spacer {
    position: absolute;

    top: 250px;
    left: 64px;
}
#cart {
    overflow: auto;
    height: 390px;
}
#cart li {
    display: inline-block;
    vertical-align: top;
}


/*** front page news ***/
ul.news li { margin-bottom: 1em; }
ul.news p { margin: 0.25em 0.5em; }
ul.news h3 { font-size: 2em; border-bottom: 1px solid #eee; }
