#header
{
    display: none;
}

body, #navbar, #content
{
    background-image: none;
}

#navbar
{
    position: static;
    width: 25%;
    float: left;
}

#content
{
    position: static;
    margin-left: 25%;
}

h1
{
    background-color: #630;
}

h1 img, #navbar a img
{
    display: none;
}

h1 span, #navbar a span
{
    display: block;
}

a:link
{
    color: #3f0;
}

a:visited
{
    color: #063;
}

a:hover
{
    color: #f00;
}

a:active
{
    color: #ff0;
}
