﻿body {}
#container{
    width:960px;
    text-align:center;
    min-height:800px;
    margin: 0 auto;
    }

#topRight{
    background-color:#e60000;
    background-image:url(images/topRight.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    width:15%;
    height:138px;
    float:right;}

#banner {
    background-color:White;
    background-image: url(images/mainBannerTrueSmaller2.png);
    float:left;   
    height:138px;
    width:100%;
    border-width:0px;
    border-spacing:0px;
    }

#leftNav {
    background-color:#f2e9e2;
    top:170px;
    left:10px;
    border:none;
    text-align:center;
    float:left;
    width:151px;
    height:1600px;
    }

#main{
    text-align:center;
    float:right;
    width: 780px;
    height:1600px;}

#leftWrap
{
    width:940px;
    float:left;
}

#rightWrap
{
    width:10px;
    height:1600px;
    background-image: url(images/lineRight.png);
    background-position:right;
    background-repeat:repeat-y;
    float:right;
}

#footer{
    text-align:center;
    width:100%;
    float:none;
    height:91px;  
    background-color:#f1eae4;}

#paraDeadCentre{
    text-align:center;
    vertical-align:middle;
    font-size:large;}
    
#tableRow
{
    border-bottom-color:#E60000;
    border-bottom-style:solid;
    border-bottom-width:medium;
}

#tableCell
{
   border-right-color:#E60000;
   border-right-style:solid;
   border-right-width:thin; 
}