<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TITLE</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="wrapper">
<div id="header">
<p>This is the header.</p>
</div> <!-- end of header -->
<div id="navigation">
<p>This is the top nav bar.</p>
</div> <!-- end of navigation -->
<div id="sidebar">
<p>This is the left sidebar.</p>
</div> <!-- end of sidebar -->
<div id="main_content">
<p>This is the main content column.</p>
</div> <!-- end of main content -->
<div id="footer">
<p>This is the footer.</p>
</div> <!-- end of footer -->
</div> <!-- end of wrapper -->
</body>
</html>