/*

layout-xx.css

$Id: layout-06.css,v 1.1 2010-05-19 14:00:48 mat Exp $

Copyright (C) 2008 Matthew Haas & Discover Dorset Ltd

Matthew Haas, 8A Farcroft Road, Poole, Dorset, BH12 3BQ, GB
Discover Dorset, 1 Lowther House, 110 Lowther Rd, Bournemouth, Dorset, BH8 8NS, GB

*/

body {

    text-align: center;
    padding-bottom: 20px;
    min-width: 1000px;
}

#layout-top {

    text-align: center;
    min-height: 650px;
}

#layout-bottom {

    padding: 5px 0;
    text-align: center;
}

#layout-main {

    width: 513px;
    margin: 0 auto;
    padding: 127px 225px 10px 262px;
    position: relative;
    left: 0;
    top: 0;
}

.deep-header #layout-main {padding-top: 172px;}

.wide-content #layout-main {

    width: 1000px;
    padding-left: 0;
    padding-right: 0;
}

#layout-left {

    width: 222px;
    position: absolute;
    left: 0;
    top: 10px;
}

#layout-header {

    width: 593px;
    position: absolute;
    left: 222px;
    top: 15px;
}

#layout-right {

    width: 185px;
    position: absolute;
    left: 815px;
    top: 10px;
}

#layout-footer {

    width: 1000px;
    margin: 0 auto;
}