﻿body
{
}

table.Layout_Main
{
    width:842px; max-width:842px;
    /* height:500px; /* Min Hieght */
    margin-left: auto; margin-right: auto;
}

table.Layout_Main > tr > td.CentreColumn
{
    width: 800px;
}

table.Layout_Main tr.Main > td.LeftBorder, 
table.Layout_Main tr.Main > td.RightBorder
{
    width: 21px; 
    background: url('Images/Interface/Repeat Horizontal.png') repeat-y;
}


table.Layout_Main tr.Main > td.RightBorder
{
    background-position: -21px 0px; 
}

table.Layout_Main tr.Bottom > td.CentreColumn
{
    border-bottom: solid 1px #cbf839;
    height:1px;
}

table.Layout_Main tr > td.CentreColumn tr.MainContent > td > div
{
    padding: 0px 45px 45px 45px;
    overflow:hidden;
}