@import 'master_reset.css';

body
{
    margin: 0;
    padding: 0;
    background: #e0d8c0;
    color: #48381c;
    font-family: sans-serif;
}

#skiptocontent
{
    background: #d2c191;
}

#skiptocontent a
{
    display: block;
    color: #48381c;
}

#head
{
    width: 100%;
    background: #28200c;
    height: 33px;
    margin: 4px;
}

#logo
{
    position: relative;
    width: 160px;
    height: 33px;
    font-weight: bold;
    font-size: 1.25em;
}

#logo span
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 160px;
    height: 33px;
    background: url('../../images/logo_handheld.png') no-repeat;
}

#heading_nav
{
    padding: 2px;
    background: #28200c;
    color: white;
    font-size: 1em;
}

#nav
{
    width: 100%;
    margin: 4px;
    padding: 0;
    background: #8f7c60;
}

#nav li
{
    border-bottom: 1px solid white;
}

#nav li a
{
    display: block;
    padding: 2px;
    color: white;
    text-decoration: none;
}

#nav li a:hover, #nav li a:focus
{
    text-decoration: none;
}

#content
{
    width: 100%;
    border-bottom: 1px solid white;
    background: #d2c191;
    color: white;
}

#paras p
{
        margin: 4px;
}

#content img
{
        display: block;
        width: 100%;
}

#foot
{
        background: #e0d8c0;
        color: #48381c;
}

#foot a
{
        color: #48381c;
}

#foot a:hover, #foot a:focus
{
        color: #48381c;
}