﻿html
{
    overflow: hidden;
}
body
{
    font-family: Georgia;
    font-size: 90%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    /* -=- */
    background: #ffffff;
}
div.sidebar
{
    padding: 5px;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0em;
    width: 289px;
    overflow: hidden;
    /* -- */
    background: #ffffff;
    text-align: right;
}
div.header
{
    position: absolute;
    margin: 0px;
    padding: 5px 15px;
    top: 0.6em;
    left: 0.6em;
    right: 300px;
    width: auto;
    height: 7.5em;
    overflow: hidden;
    /* -- */
    background: url(images/header-background.gif) left bottom repeat-x;
    border-top: solid 1px #000000;
}
div.contentBody
{
    padding: 10px 15px;
    margin: 0px;
    position: absolute;
    top: 8em;
    left: 0.6em;
    right: 300px;
    bottom: 0em;
    overflow: auto;
    /* -- */
    background: #ffffff;
}

div.sidebar a.ossea
{
}
div.sidebar a.sgf
{
    position: absolute;
    top: 320px;
    right: 165px;
}
div.sidebar a.nparks
{
    position: absolute;
    top: 320px;
    right: 5px;
}
div.sidebar a.vsg
{
    position: absolute;
    top: 480px;
    right: 52px;
}
div.sidebar img
{
    border: none;
}

div.header h1
{
    margin: 0px;
    font-weight: bolder;
}
div.header h2
{
    margin: 0px;
    padding-top: 1em;
    font-weight: normal;
}

div.contentBody h3
{
    margin: 0.7em 0em 0em 0em;
    font-size: 120%;
}
div.contentBody p
{
    font-family: Verdana;
    font-size: 90%;
    line-height: 1.25;
    margin: 0.7em 0em 0em 0em;
}

div.contentBody div.gmap
{
    border: 1px solid #ddd;
    float: right;
    margin: 0.7em 0em 0em 0em;
    padding: 0.7em;
    text-align: center;
}
div.contentBody div.gmap small
{
    font-family: Verdana;
    font-size: 80%;
    padding: 0.5em 0em 0em 0em;
}
