Your questions still appear, largely, unanswered... so let me fill in a little more :
1. Why it works out can be proved using algebra and the representation of a number in a base, b as :
sum [a(k) b^k], k=0,1,..n.
It's easy to prove the part that hallsofivy stated. That comes from (b^m - 1) being divisible by (b-1); b being the base. The next step is to prove that the (sum of digits of a multiple of (b-1)) = a multiple of b-1. The only trick here is in noticing that some digits look like a(k) - a(k-1), which can be negative. So, you need to carry over a 'b' from the previous digit (to make it non-negative) while adding digits, and then everything will be okay.
2. Does this apply to anything ? Yes, it applies to all numbers in Z. But if you're asking if it has any practical applications, I'm not sure I know any. Didn't Hardy once say that he felt secure that Number Theory would never be defiled by the common man, because it had no known applications ? RSA sure proved him wrong !
3. I guess you might say this came under number theory.
4. It can be proved (in the affirmative). For hints, see the answer to 1. If you really want to see the whole proof, I'll do it when I find an equation editor I can paste off of.