an NP problem is one where a computer algorithm that solves it can be created in polynomial time.

an NP-Complete problem is one which is NP, and also is such that if we can solve this NP problem we can solve all other NP problems.

So get crackin'.