Organize your work flow in the following way and it'll reduce a lot of time wasting.

1. Make sure you **declare a doc-type**.
2. Use one of the reset methods others have mentioned here.
3. Work on your structure
4. Avoid using width and padding where you can.
5. Always think of reducing unneeded HTML and css rather than adding all the time.
6. Try not to use margin left and right when floating elements.

If you stick to those items, a lot of the most common issues will not appear.

PS One item I forgot to mention was make use of the validators over at W3.