Thanks for your help. The code you provided worked! Yipee!
I was able to remove the use of the aligncenter class and still keep it working. End result:
<div class="copyright"><p></p><?php echo 'Copyright © ' . date("Y") . ' ' . get_bloginfo('name'); ?>, all rights reserved | Charity number: 801523
Theme derived from the <a>" title="<?php esc_attr_e( 'Twenty Thirteen Theme', 'twentythirteen' ); ?>"><?php printf( __( '%s', 'twentythirteen' ), 'Twenty Thirteen' ); ?></a> | Reworked by: Martin Rowan
</div>
Thanks again for your all your help.
Martin