In the hook_menu() for Accessibility Themer, the access callback for 'admin/settings/accessibility_themer' is defined as array('administer site settings'), which doesn't exist, therefore clicking on the link to "set the site-wide guideline" will always return access denied.

The permission should be array('administer site configuration').

Let me know if you need this as a patch. Just a one-line fix though.