I\'m having a difficult time finding specific info for my case. I\'d like to distribute 3 image thumbnails across a 940px div in order to line up with the rest of my content
Try add
position:relative; text-align:center;
in #thumbs, and set width and margin for (or img) within #thumbs.
Something like this, testing various values:
#thumbs a { width: 25%; margin: 0 4%; text-align:center; }