If you need to change the Price Range in your Magento catalog go to:
app/code/core/Mage/Catalog/Model/Layer/Filter/Price.php
Look for the line:
$range = pow(10, (strlen(floor($maxPrice))-$index));
Change the 10 for a lower / higher number.
Tested in the 1.4 version

