*
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100.1%;
}

body
{
    background-color: #ffffff;
}
#screen
{

    position: relative;
    margin: 5px 5% 20px 5%;
    padding: 5px 10px 5px 10px;
    background-color: #ffffff;
    min-height:600px;
    text-align: left;
    font: normal 0.8em arial, helvetica, sans-serif;
    z-index:1;
    border: 1px inset Black;

}

#content
{

}

#nav
{
    position: absolute;
    right: 10px;
    top: 100px;
}

#nav li
{
    display: inline;
    margin-right: 5px;
}

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

a:hover
{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    color: #000000;
}

#header a, #header a:hover
{
    border: none;
}

#breaker
{
    clear: both;
}

#footer
{
    text-align: right;
    margin-top: 10px;
    border-top: 1px solid #000000;
}

#header
{
    border-bottom: 1px solid #000000;
    padding: 0px 0px 5px 0px;
}

#header img
{
    border: none;
}

#name
{
    float: right;
}

h1
{
    font-size: 1.6em;
    color: #ffffff;
    background-color: #000000;
    padding: 2px 0px 0px 5px;
}

h2
{
    font-size: 1.3em;
    color: #ffffff;
    background-color: #808080;
    padding: 2px 0px 2px 5px;
}

h3
{
    font-size: 1.1em;
}

h4
{
    font-size: .9em;
}
