Page for custom post type

I f you set the argument has_archive in register_post_type() to TRUE you get an archive automatically.

Depending on your slug it will be available on /arts/ probably.

To customize the look of that page use a template archive-{post_type}.php.