On the page editing bar, select page settings from the page menu item. From there, you can select the page layout used in the same way you did when the page was created. All your data (text, webparts etc) should still remain in place.
Not sure what happens to web parts if the new page layout doesn't have corresponding zones though, so be careful there.
update for WSS specific details
WSS doesn't support page layouts (as they are known in MOSS) as they're installed as part of the web publishing feature in MOSS.
WSS pages are instanced off the aspx page templates defined in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\1033\STS\DOCTEMP\SMARTPGS.
These are based off the site master page and are (effectively) standard aspx pages. You can't change the template that's used - the page exists on the site once it's created.
You can modify the page on the file system, and as long as the page isn't ghosted, all the pages using that template will be updated.
