body
{
    background-color: #afd34d;
    background-image: url(images/background.png);
/*
    background-repeat: repeat-y;
    background-position: top right;
*/
    background-size: 120% auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12pt;
    font-color: #000000;
    font-family: "DejaVu Sans", "Sans";
    text-align: center;
}

p, h1, h2, ul, dl
{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#header
{
    float: top;
    width: 300px;
    height: 64px;
    margin-bottom: 10px;
}

#logo
{
    float: left;
    width: 64px;
    height: 64px;
}

h1.pageheader
{
    float: left;
    text-align: left;
    font-size: 32px;
}

#menu
{
    float: left;
    width: 120px;
    height: 100%;
    text-align: left;
}

#dummy
{
    float: right;
    width: 120px;
    height: 100%;
}

#banner
{
    position: absolute;
    top: 20px;
    left: 810px;
    width: 120px;
    height: 600px;
}

#main
{
    display: inline-block;
    max-width: 640px;
    height: 100%;
    text-align: left;
}

#enclosure {
    display: inline-block;
    width: 800px !important;
}

#counter
{
    float: right;
}

#copyright
{
    float: left;
}

h1
{
    font-weight: normal;
    text-align: center;
    font-size: 16pt;
}

h2
{
    font-size: 1.2em;
}

a
{
    text-decoration: none;
    color: #398500;
}

hr
{
    margin-top: 50px;
    color: #398500;
}

a:hover
{
    text-decoration: underline;
}

p.thumbnail
{
    text-align: center;
}

img.link_image
{
    border-width: 0px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}

img.link_image:hover
{
    border-width: 1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

p.code
{
    margin-top:5px;
    margin-bottom: 5px;
    margin-left: 20px;
}

code
{
    font-family: "DejaVu Sans Mono", "Courier New", "Monospace";
    font-size: 9pt;
    font-weight: bold;
}

dt
{
    font-weight: bold;
}

ul > dd, ul > li
{
    display: list-item;
    list-style: square;
}

form
{
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 0px;
}

a h2 {
    color: black;
}
