ahhh, thanks very much megabyte, that does explain things very well.
OK, here we go! I'm assuming/hoping that the partition that he formatting is now empty?
If so, in order to get your PC up and running, we need to match the filesystem of volume 1 with volume 0 (convert it from FAT32 to NTFS). In order to do this, here are a list of commands to follow using the recovery console:
FORMAT C: /FS:NTFS
< you can see why we needed to be clear 
COPY D:\NTLDR C:\
COPY D:\NTDETECT.COM C:\
COPY D:\BOOT.INI C:\
FIXBOOT
Restart your PC, and then go back to Disk Management. Right click on your C Drive and make it Active again. The PC will boot to the first available active partition, so this part is equally as important, otherwise when it comes to formatting that partition again, you won't be able to boot.
Let me know if you get stuck at any point.