﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,tr,hr,table { 
    margin: 0;
    padding: 0;
}

body {
    background-color: #999999;
}

table
{
    vertical-align: top;
}

td
{
    vertical-align: top;
}

/* Three Main Divs that make up the Layout */
/*
    border-style: solid;
    border-width: 1px;
    border-color: Red;
*/
#MainPane {
    width: 800px;
    margin: 0 auto;
    background-color: White;
    background:transparent url(/images/banner.PNG) repeat-y;
}

/* Table Layout within MainPane */
#MainTable
{
    height: 850px;
    width: 100%;
    background-color: White;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-collapse: collapse;
    border-bottom-style: none;
}

#Left {
    width: 11px;
    background-image: url(http://www.desktopscissors.com/Images/green_border_left.PNG);
}

#Right {
    width: 11px;
    background-image: url(http://www.desktopscissors.com/Images/green_border_right.PNG);
}

/* The Divs within MainTable that make up the banner, content, and footer */
#Banner
{
    top: 0;
    height: 105px;
    width: 720px;
    margin: 0 auto;
}

#MainMenu {
    width: 720px;
    background-color: #999999;
    text-align: center;
    margin: 0 auto;
    border-width: 0px;
    border-style: none;
}

#Content {
    width: 720px;
    margin: 0 auto;
    background-color: White
}

#Footer {
    height: 50px;
    width: 720px;
    margin: 0 auto;
    background-color: White;
    text-align: center;
}