Write down CSS rule which gives all h1 and h2 elements padding of 0.5 ems, grooved border style and margin of 0.5ems.
Prepare a layout template which contains header and two columns. Use divs for each layout component, and utilize float to line up columns side by side. Provide each component border and/or background color so you can see where your divs are.