html, body { 
	margin:0; 
	padding:0; 
	border:none; 
	background: #ffcc66;
}
#container { 
	width: 800px; 
	margin: 0 auto; 
	margin-top: 20px;
	padding: 0;
	background: #ffffff;
	border: thin solid #000000; /* remove this line to remove the border */
}
#container h1 { 
	border: thin solid #cc66ff; /* remove this line to remove the border */
}
#container h2 { 
	clear: both; 
	border: thin solid #cc66ff; /* remove this line to remove the border */
}
#thick-col { 
	width: 73%; 
	float: right; /* switch this to left and below to right to change the column locations */
	border: thin dotted #cc66ff; /* remove this line to remove the border */
}
#thin-col {
	width: 25%; 
	float: left; /* switch this to right and above to left to change the column locations */
	border: thin dotted #cc66ff; /* remove this line to remove the border */

}
ul.menu {
list-style:none;
margin: 0;
padding: 5px;
}
