/*
/ --------------------------------------
/	Manston Airport
/   Frame Digital
/ --------------------------------------
/
/	-	CSS for the 3 column layout pages - e.g. Special Assistance
*/
#content #main #left
{
    width: 227px;
    float: left;
    min-height: 480px;
}
#content #main #body
{
    width: 465px;
    float: left;
    min-height: 470px;
    background: #fff;
    padding: 20px 15px 15px 15px;
}
#content #main #right
{
    padding: 0 0 0 15px;
    width: 215px;
    float: left;
    min-height: 450px;
    background: #fff;
    margin:95px 0 0 0;
}

.lrcontainer
{
    float: left;
    width: 952px;
    background-image: url(/themes/default/images/framework/sub-nav-shadow.gif);
    background-repeat: repeat-y;
}

#content #main #body
{
    background-image: url(/themes/default/images/dotted-red-vertical.gif);
    background-repeat: no-repeat;
    background-position: right 97px;
}



