@charset "utf-8";
/* CSS Document */

html, body { 
	margin:0; 
	padding:0; 
	border:none; 
}
#container { 
	width: 80%; 
	max-width: 1000px; 
	min-width: 300px; 
	margin: 0 auto; 
	padding: 0;
}
#container h1 { 
    background:#000000;
	color:#FFFFFF;
}
#container h2 { 
	clear: both; 

}
#thick-col { 
	width: 78%; 
	float: right; /* switch this to left and below to right to change the column locations */

}
#thin-col {
    background:#000000;
	color:#FFFFFF;
	width: 20%; 
	float: left; /* switch this to right and above to left to change the column locations */

}
</style>