body{
 padding: 0;
 margin: 0;
 font:11px verdana, arial, helvetica, sans-serif;
 background-color:red;
 color:black;
 } 
 
#lh-col{
 position: absolute;
 top: 46px;
 left: 0px;
 width: 140px;
 border: 1px solid yellow;
 background: white;
 color: black;
 margin: 0;
 padding: 6;
 height: 500px;
 z-index: 1;
 }

#rh-col{
 position: absolute;
 top: 46px;
 right: 0px;
 width: 140px;
 border: 1px solid yellow;
 background: #c0c0c0;
 color: black;
 margin: 0px;
 padding: 6px;
 height: 500px;
 z-index: 1;
 }

#hdr{
 height:45px;
 background:red;
 color:yellow;
 margin:0;
 padding:6;
 border: solid yellow;
border-width: 1px 1px 0 1px;
 } 
      
#c-col{
 position: relative;
 margin: 0 140px 20px 140px;
 border: 1px solid black;
 background: white;
 color: black;
 padding: 6px;
 z-index: 3;
 }

a {
	text-decoration:none;
	}
a:link {color:red;}
a:visited {color:red;}
a:hover {background-color:yellow;}