/* CSS Document */
<style type="text/css">

html, body { 
margin:0; 
padding:0; 
} 

#wrapper {  
width: 100%; 
float: right;
margin-left:-180px; 
} 

#golf-content {  
margin-left: 180px; 
padding-bottom: 20px; 
border-top: 0px solid lime; /* to stop collapsing margins in Moz */ 
} 

#leftcol { 
width: 180px; 
float: left; 
} 

.footer, .header {  
border-top: 2px solid #000; 
border-bottom: 0px solid #000; 
margin: 0; 
clear: both; 
width: 100%; /*ie requires this or height */ 
} 

</style> 