/**
 * STYLE SHEET :: ONE COLUMN
 *
 * Specifies styles specific to homepage
 */



#centreColumn {
    float: none;
    width: 100%;
    }

#content {
    padding-right: 7px;
    }

