/**
 * STYLE SHEET :: LAYOUT / PRINT
 *
 * Specifies layout of page suround
 */

body {
    width: 100%;
	margin: 0;
	padding: 0;
    }

#page,
#background,
#head {
    width: 100%;
	margin: 0;
    padding: 0;
    }

#print-head {
    position: relative;
    }

    #print-head .site-name {
        display: none;
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 20px;
        color: #060;
        text-transform: uppercase;
        }

    #print-head .site-name-sub-title strong {
        color: #999;
        }

html, body,
#page, #background,
#blk1, #blk4, #body, #blk6,
#copyright p {
    background-color: #FFF;
    background-image: none;
	}

#centreColumn {
    float: none;
    width: 0;
    }

#navBar,
#lid {
    display: none;
    }

#leftColumn {
    float: none;
    width: 100%;
	}

#column2 {
    width: 100%;
    }

#content h2,
#content p,
#content div.product-price-comparison table,
#content ul {
    width: 100%;
    }

#column1 {
    display: none;
    }

#blk1, #blk2, #blk3, #blk5,
#rightColumn,
#column1
#copyright p a,
#copyright p span,
#info-foot,
#webStandards {
    display: none;
    }

#foot {
   	padding: 0;
	}

#copyright {
    border-top: 10px solid #DDD;
    background-color: #EEE;
	}

#copyright p {
    font-size: 11px;
    font-weight: bold;
    color: #666;
	}


