/*** subtle as a fish - www.subtleasafish.co.uk by L-J Lacey ***/
/*Last updated 24.6.05*/

                              /*** Structure ***/

/* set all elements to 0 - padding, border and margin */
* {
    margin: 0;
    padding: 0;
    border: 0;
    }

