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

a:hover
{
    color: #dd0000;
}

body
{
    background: url('/media/images/body_bg.gif') #990000;
}

p
{
    margin-bottom: 1.0em;
}

#page
{
    width: 750px;
    margin: 0px auto;
    font-family: Sans-Serif;
    border-right: solid 4px;
    border-left: solid 4px;
}

#header
{
    background: url('/media/images/header_bg.gif') repeat-x white;
    height: 145px;
    position: relative;
}

#header #logo
{
    width: 82px;
    height: 133px;
    position: absolute;
    top: 13px;
    margin-left: 10px;
    overflow: hidden;
    font-size: 180%;
}

#header #logo span
{
    position: absolute;
    top; 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/media/images/logo.gif') no-repeat top left
}

#header h1
{
    width: 633px;
    height: 45px;
    position: absolute;
    top: 96px;
    margin-left: 100px;
    overflow: hidden;
    font-size: 180%;
}

#header h1 span
{
    position: absolute;
    top; 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/media/images/header_text.gif') no-repeat top left
}

#header .tagline
{
    float: right;
    margin-top: 65px;
    margin-right: 10px;
}

#nav
{
    background: black;
    width: 100%;
    text-align: center;
    padding: 3px 0;
}

#nav ul
{
    display: inline;
}

#nav ul li
{
    list-style: none;
    display: inline;
}

#nav ul li a
{
    margin: 0 15px;
    font-weight: bold;
}

#content_wrapper
{
    background: url('/media/images/content_bg.gif') repeat-x white;
    margin: 0;
    padding: 10px;
}

#content
{
    padding: 10px;
    border: solid 4px #555;
    background: white;
}

#content h1
{
    font-size: 160%;
    font-weight: bold;
}

#footer
{
    background: black;
    padding: 5px;
    color: #444;
    font-size: 80%;
    text-align: right;
}

.admin_tools,
.block_admin
{
    font-size: 0.76em;
}
