.sidebar1 - Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit.

Homepage

.content - Be aware that the CSS for these layouts is heavily commented. If you do most of your work in Design view, have a peek at the code to get tips on working with the CSS for the fixed layouts. You can remove these comments before you launch your site. To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - https://helpx.adobe.com/dreamweaver/how-to/css-page-layout-basics.html

Clearing Method

Because all the columns are floated, this layout uses a clear:both declaration in the #footer rule. This clearing technique forces the #container to understand where the columns end in order to show any borders or background colors you place on the #container. If your design requires you to remove the #footer from the #container, you'll need to use a different clearing method. Your best bet is to add the property overflow:auto to #container. This will have the same clearing effect.