h2 { /* Clear the left margin set in ../howto.css, which assumed there would only be one column. */
     margin-left:0;
}


/* Now add it back for the left column with positioning to simulate padding.
And all this just to avoid an extra layout <div>. Yay standards. */
#windows h2, #rosetta-login h2, #volume h2 {
     position:relative;
     left:10px;
}

#windows, #macos, #rosetta-login, #volume, #help, #levels {
	overflow:auto;
}

#windows, #rosetta-login, #volume {
     float:left;
     clear:both;
     width:495px;
}

#macos, #levels, #help {
     float:right;
     width:495px;
}

#macos {
     clear:right;
}

p {
     clear:both;
     border-bottom:1px solid #ffffff;
     margin-bottom:1.5em;
     overflow:auto;
}

img {
     display:block;
     margin-top:.5em;
     border:1px solid #000000;
}
