&lt;!DOCTYPE html>
&lt;html>
&lt;body>

&lt;div id="container" style="width:500px">

&lt;div id="header" style="background-color:#FFA500;">
&lt;h1 style="margin-bottom:0;">Main Title of Web Page&lt;/h1>&lt;/div>

&lt;div id="menu" style="background-color:#FF6633;height:200px;width:100px;float:left;">
&lt;b>Menu&lt;/b>&lt;br>
HTML&lt;br>
CSS&lt;br>
JavaScript&lt;/div>

&lt;div id="content" style="background-color:#6600FF;height:200px;width:400px;float:left;">
Content goes here&lt;/div>

&lt;div id="footer" style="background-color:#FF6633;clear:both;text-align:center;">
&lt;h1>Copyright Calvin&lt;/h1>

&lt;/div>
 
&lt;/body>
&lt;/html>


.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}
#stats_members a.member, .bday_strip {white-space:nowrap}
.calendar li span {cursor:default}
#c_tos li {display:list-item;margin-left:25px}
#c_tos ul li {list-style:disc}
#c_tos ol li {list-style:lower-alpha}
#shoutrefresh {cursor:pointer}