Okay, typing this from my second install of Win7 on the SSD. The first time through, I couldn't get the primary user profile to store off the SSD, and in the process of trying to move it really messed up the registry. In case anyone else runs into the issue, here's how I ultimately got my User Profile onto the 1 TB drive instead of the SSD:
1) During the Windows 7 install, I created a dummy account just for the first login.
2) From the desktop, I opened a cmd window with Administrator privileges and entered the following prompt to enable the Administrator account: net user administrator /
active:yes
3) Rebooted, logged into the Administrator account, and deleted the dummy account I created during the install.
4) Opened Regedit, backed up the registry (fool me once...), and navigated to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft Windows NT\Current Version\ProfileList
5) Changes the following: ProfilesDirectory to B:\Users from %SystemRoot%\Users; Public to B:\Users\Public from %SystemRoot%\Users\Public.
6) Rebooted, logged back in as Administrator and created a new account in the Control Panel. Logged out, and logged in with the new account, which was created on B:\ instead of C:\.
7) Disabled the administrator account again.