/*

*/

body {
    background: #AAA;
    color: #000;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

div
{
    display: block;
}
div.single_fold
{
    margin: 50px;
}
div.explanation
{
    position: relative;
    top: 5px;
    left: 10px;
}
div.container
{
    clear: left;
    background: #AAA;
    padding: 0;
    border: solid 2px #565;
    position: relative;
    margin: 0px auto;
    border: 1px #888;
    width: 600px;
}
div.left
{
    float: left;
    width: 160px;
    margin: 0;
    padding: 1em;
    background-color: white;
}
div.content
{
    border: solid 2px #777;
    width: 600px;
}
div.header,div.footer
{
    border: solid 1px #777;
    background-color: #777;
    padding: 0.5em 0.1em;
    /*clear: left;*/
    width: 600px;
}

table
{
    width: 590px;
}

img
{
    float: left;
}

