body, a, img
{
    margin: 0;
    padding: 0;
    border: 0;
}

.clear
{
    clear: both;
}

/*****/

#content
{
    width: 1024px;

    margin: 20px auto;
}

#content #head
{
    position: relative;

    padding-bottom: 20px;
    margin-bottom:  20px;
    border-bottom: dashed 3px #f1bba1;
}

#content #head #nav
{
    position: absolute;

    top:   68px;
    right: 0px;

    height: 37px;
}

#content #head #nav a
{
    float: right;

    margin-left: 8px;
}

#content #body
{
    color: #d95417;
    font-family: 'courier';
}

#content #body #images table
{
    border-collapse: collapse;
}

#content #body #images table td
{
    padding: 10px;
    border: dashed 2px #f1bba1;
}

#content #foot
{
    background-color: #d95517;

    font-family: 'courier';
}

/*****/

.box
{
    width:  100%;
    height: 100%;
}

.box.orange
{
    background-color: #d95517;
}

a:visited, a:active, a:link {
color:#e3006d;
text-decoration: underline;
}
