Heading 1

Heading 2

Heading 3

Heading 4

View the source to download. Validates as HTML 4.01 Strict, could validate as XHTML with minor changes

To modify, which I suggest you do, this is really fug, you can do the following: Change the position of the content and sidebar by changing the float. Ex.:

#content {
float:right;
padding:5px;
width:73%;
}

#sidebar {
float:left;
background:#ccc;
padding:5px;
width:23%;
}

So, instead of having the content on the left and the sidebar on the right, changing the float:right/left; to the opposite will... well you get it.

If you'd like a layout that is aligned to the left, simply remove the text-align:center; (fix for older browsers) from the body and margin:0 auto; from the container and you'll have a layout aligned to the left.

You can further modify this layout if you have a good grasp of HTML and CSS, however, should you require something more pleasing to the eye then I suggest the following: Wordpress Theme Viewer, Textgarden and Open Source Web Design.

The link to babblative.com in the footer should stay intact should you use this template. Or just link me somewhere nice.