html {
 margin: 0px;
 padding: 0px;
}

body {
 margin: 0;
 padding: 0;
}

#left {
 position: absolute;
 top: 0;
 left: 0;
 padding: 0;
 margin: 0; 
 width: auto;
}

#right {
 position: absolute;
 top: 0;
 left: 190px;
 padding: 0;
 margin: 0;
 width: auto;
}

#nav {
 margin: 20px 20px 0 20px;
 padding: 11px; 
 border-width: 1px;
 border-style: solid;
 width: 120px;
	} 

#main {
/* inside right container */
	padding: 20px 5%;
 margin: 20px 20px 20px 0;
/*	background-color: #fec; */
	} 



/* The use of a fixed width for the left column causes the display of the right column to degrade into one word to a line in N4. This is overcome by using auto-width for the left column, or, as here, additional surrounding divs. Resizing N4 without the surrounding divs still loses background colour and borders. But the width needs to be stated for IE5 mac otherwise the left box spreads right across the browser window. */
