What should be the css coding for making buttons below the header to appear like this example site? http://www.creationzunlimited.net/
Do you mean the style appearance of the buttons? Those links are images (http://www.creationzunlimited.net/images/l1.jpg) If you're referring to making each link/image display horizontally, just use unordered lists and float each li. The site you gave was coded using tables, would be better if you don't refer to it for your coding.