font:100 1.1em/37px Tahoma, Helvetica, Sans-serif;
What does the 100 mean? font-weight? What does the 1.1em mean? line-height? And 37px? font-size?
You're right on the font weight, but 1.1em/37px means the font size is 1.1 ems and the line height is 37 pixels, not the other way around.
Its short hand.
http://htmlhelp.com/reference/css/font/#font
Basically its setting the font size, then family.