table.Content
{
    width: 990px;
    border-collapse: collapse;
}

table.Content tr.Main td.Left, table.Content tr.Main td.Right
{
    vertical-align: top;
    height: 445px;
    text-align: left;
    border-bottom: solid 1px #ffffff;
}

table.Content tr.Main td.Left, table.Footer td.Left
{
    width: 230px;
}

table.Content tr.Main td.Right
{
    padding-top: 36px;
}

table.Content tr.Main td.Right, table.Footer td.Right
{
    width: 760px;
}

td.Top
{
    vertical-align: top;
}

td.Bottom
{
    vertical-align: bottom !important;
}

/* Side Menu */
td.SideMenu
{
    background-image: url(../../Images/SideMenuBackground.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: center !important;
    padding: 36px 0px 0px 0px;
}