/* CSS for sheets with the navigation area to the left, and the extras to the right */		
		/* Content Positioning and Size */
		nav		{ float: left; width: 200px; margin-left: -100%; }
		#content		{ margin: 0 33% 36px 225px; }
		#extra			{ float: left; width: 31%; margin-left: -31%; }		/* Footer */
		footer			{ background: #666; border-bottom: 2px solid #aaa; clear: both; width: 100%; }
		footer a		{ color: #fff; }
		footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
		footer ul		{ border-bottom: 1px solid #999; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

