You can also create a page template to handle this. Check this out from http://drupal.org/node/190815 :
A list of suggested template files in order of certainty based on internal paths. One proposal was made for each element of the current path, although numerical elements were not brought to subsequent sentences. For example, " http://www.example.com/node/1/edit " will result in the following sentence:
- PAGE- node -edit.tpl.php
- PAGE- node -1.tpl.php
- PAGE- node.tpl.php
- page.tpl.php
source share