The left col can be used for navigation links, search box etc.
Header
This is a good example of a site that can contain lots of information and display various advertisements and links.
CSS:
body{
margin: 0px; background:#efefef; color: #333333;
}
p {padding: 0 15px;}
h4 {margin:0; padding: 5px 0;}
#lh-col{
position:absolute;
top:62px;
left:0;
width:140px;
z-index:3;
background:#efefef;
color: #333333;}
#rh-col{
position:absolute;
top:62px;
right:0;
width:140px;
z-index:2;
background:#efefef;
color: #333333;}
#c-block {
width:100%;
z-index:1;
background:#efefef;
color: #333333;
height:80%;}
#hdr{
height:60px;
border-bottom:1px solid #000000;
width:100%;
background:#c0c0c0;
color: #333333;
position:relative;
z-index:5;
margin:0;
}
#c-col{
margin:0 142px 0 142px;
position:relative;
background:#ffffff;
color: #333333;
z-index:5;
border: solid #000000;
border-width:0 1px;
}
#ftr {
width:100%;
height:35px;
border: solid #000000;
border-width:1px 0;
background:#c0c0c0;
color: #333333;
margin:0;}
More links?
Advertisements?