﻿body
{
    font-size: 12pt;
    font-family: Verdana, Sans-Serif, SansSerif;
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    background: #369;
    height: 100%;
    min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 11pt;
}
a
{
    color: #369;
}
a:hover
{
    color: #fff;
    background: #369;
    text-decoration: none;
}
h1, h2, h3
{
    margin: .8em 0 .2em 0;
    line-height: 1.7em;
    padding: 0;
}
p
{
    margin: .4em 0 .8em 0;
    padding: 0;
}
img
{
    margin: 10px 0 5px;
}
#page
{
    position: relative;
    font-size: .9em;
    line-height: 1.9em;
    width: 980px;
    height: 1200px;
    background-color: #ffffff;
    margin: auto;
}
#header
{
    clear: both;
    width: 100%;
}

#wrapper
{
    position: relative;
}
div#left
{
    position: absolute;
    width: 280px;
    top: 0px;
    left: 0px;
    border-right: solid 1px #000000;
    padding-left: 5px;
}
div#content
{
    position: relative;
    width: 500px;
    top: 0px;
    left: 285px;
        padding-left: 5px;
}
div#right
{
    position: absolute;
    width: 180px;
    top: 0px;
    left: 795px;
}

/* Footer styles */
#footer
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #000;
}
#footer p
{
    padding: 10px;
    margin: 0;
}
.published
{
    font-size: .7em;
}
ul
{
    list-style: none;
    margin-left: 4px;
    padding-left: 4px;
}
li
{
    margin-left: 0px;
    padding-left: 0px;
}
