/* from The CSS Anthology: 101 Essential Tips, Tricks & Hacks, Rachel Andrew, SitePoint Press */
/* modified by Dan Allison for nnrec.org, removed all font related items */
body { 
	margin: 0; 
	padding: 0; 
	background-color: white;  
	}
html, body, #contents { 
	min-height: 100%; 
	width: 100%; 
	height: 100%; 
	}
html>body, html>body #contents { 
	height: auto; 
	}
/* page layout */
#wrapper { 
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	height: auto;
	}
#header {
	background-color: #efe; 
	height: 150px; 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	padding-bottom: 6px; 
	border-bottom: 2px dotted; 
	border-bottom-color: #963; 
	}
#nav { 
	position: absolute; 
	top: 162px; 
	left: 0; 
	width: 108px;  
	}
#left {
	float: left;
	width: 120px; 
	background-color: #efe;
	font-size: 0.9em; }
#content { 
	margin-left: 126px; 
	margin-bottom: 72px;  
	}
#footer { 
	background-color: #efe; 
	position: absolute; 
	clear: left;
	bottom: 0; 
	width: 100%; 
	border-top: 2px solid; 
	border-top-color: #963; 
	}
#news { 
	background-color: #efe; 
	margin: 6px;  
	padding: 0; 
	clear: both; 
	border: ridge 4px; 
	border-color: #963; 
	}