.
* Design is very unfriendly for breadboarding. Bad design since it is very likely that an Arduino would be used with a breadboard.
* Nonstandard pin pitch is unfriendly for prefboard designs.
You breadboard on shields on the Arduino Duemilanove and Uno boards.
If you want to add an Ardunio to a breadboard or proto board, you would use a RBBB board instead ($13 assembled, $2 for the bare board, and about $8 if you source the parts yourself). Why would you try and use the full Arduino at a cost of almost 3 times the price?
To connect to the computer, you use a modified Nokia CA-42 cable or similar ($2-$3 on ebay including postage), so the RBBB board does not need a USB chip. The RBBB board is compatible with the full sized Arduino boards, so you can use exactly the same programming.
The board is designed so you can cut off the parts you don't need. So if the breadboard supplies the 5V, you don't need the regulators on the RBBB.
You can get them from places like
www.moderndevices.comIt looks like this kit comes with the ATMEGA168 processor, but you can use the ATMEGA328 instead.
Richard