I'm using MS SQL Sever 2000 and I need to create a database where only 1 user has access to it, and that user is password protected. How would I got about doing that?

I make databases and define a password protected user, but there's always this "dbo" (database owner) which I cannot get rid of.

Any help is appreciated.