If you avoid specifying padding and borders at the same time as defining width you can avoid the box model problem some of the time.
Apply the padding and borders to inner elements(where possible) will avoid the problem altogether.
Or as Vinnie pointed out use one of the hacks such as the tantek hack above, or my favourite because its easier to remember and only affects ie is linked to below.
http://www.info.com.ph/~etan/w3panth...ifiedsbmh.html
Also read the FAQ sticky thread at the top of the css forum as the first faq explains the problem indetail
Paul