#menu { /* navigation area */
	position: absolute;
	width: 150px;
	margin-left:-380px; /* half of page width */
	left:50%; /* half of screen width */
	padding: 0;
	padding-top:20px; 
}
#cont { /* contents outer wrapper */
	position: absolute;
	width: 580px;
	margin-left:-210px; 
	left:50%; /* half of screen width */
	padding: 0;
	padding-top:20px; 
 }
#header {
	background-color:#1C99B9;
	padding:12px 8px 12px 8px;
	margin-top:20px;
	color:white;
}
#footer, #section {
	padding-top:20px;
}
#wide { /* wide column */
	width:440px;
	float:left;	
	margin-bottom:20px;
}
#notes { /* notes to wide column */
	width:140px;
	float:right;	
}
#left { /* left half column */
	width:290px;
	float:left;	
}
#right { /* right half column */
	width:290px;
	float:right;	
}
