﻿#form1 /*Applies to all asp.net forms*/
{
    clear: both;
    height: 100%;
}

html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    text-align: left;
    background-image: url(Images/background.gif);
    background-repeat: repeat-x;
}

#Wrapper
{
    width: 931px;
    margin: auto; /*Helps center the layout in FF and Safari*/
    position: relative;
    text-align: left;
}

#Header
{
    background-image: url(Images/Header.gif);
    width: 931px;
    height: 100px;
}
#Content_Wrapper
{
    width: 931px;
    height: 469px;
    position: relative;
    z-index: 0;
}
#Content_Left
{
    background-image: url(Images/Content_Left.gif);
    width: 264px;
    height: 469px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}
#Content_Main
{
    background-image: url(Images/Content_Main.gif);
    position: absolute;
    width: 668px;
    height: 469px;
    right: 0px;
    top: 0px;
    z-index: 0;
}
#Content
{
    padding: 10px;
    width: 628px;
    height: 390px;
    overflow: auto;
    z-index: 0;
    position:relative;
}
#Menu_Wrapper
{
    width: 931px;
    height: 25px;
    position: relative;
    z-index: 99;
}
#Menu_Left
{
    background-image: url(Images/Menu_Left.gif);
    width: 264px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}
#Menu_Bar
{
    width: 422px;
    height: 25px;
    background-color: White;
    position: absolute;
    left: 264px;
    top: 0px;
    z-index: 99;
}
#Menu_Right
{
    background-image: url(Images/Menu_Right.gif);
    width: 247px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
}
#Footer
{
    position: relative;
    width: 931px;
    height: 25px;
}
#Footer_Left
{
    padding-left: 30px;
    position: absolute;
    left: 0px;
}
#Footer_Right
{
    padding-right: 20px;
    text-align: left;
    position: absolute;
    right: 0px;
}
