﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body
{
    /*background: #ffffff url(../images/pageBackgroundLeft.gif) repeat-y scroll 0 0;*/
}

form
{
    /*background: Transparent url(../images/pageBackgroundRight.gif) repeat-y scroll 100% 0;*/
    position: relative;
    min-width: 1000px;
    min-height: 100%;
}

#container
{
    position: relative;
}

#header
{
    background: Transparent url(../images/headerBackground.gif) repeat-x scroll 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 85px;
    z-index: 4;
}

#nav
{
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 27px;
    z-index: 10;
}

#subNav
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

#content
{
    padding: 0 7px 100px;
}

#footer
{
    background: Transparent url(../images/footerBackground.gif) repeat-x scroll 0 0;
    position: absolute;
    bottom: 0; /* stick to bottom */
    height: 50px;
    width: 100%;
    z-index: 5;
}

div.clearall
{
    height: 0;
    clear: both;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}