/*  Print Styles
==============================================================*/

* {
	color: #000; background: #fff;
	}

#accessibility, #navigation, #content-feature {
	display: none;
	}
	

/* CHUCK'S STYLES */

	#page img { 
		float: left;
		height: 73px;
		width: 120px;
		}
		
	p	{
		font: 12px arial,helvetica,clean,sans-serif;
		float: left;
		margin: 0 0 0 5px;
	}
	
	#page {
		width: 680px;
	}
	
	#border {
		border: 0px solid #AAAAAA;
		float: left;
		height: 100px;
		width: 328px; /* OG 338px */
		margin: 0;
		padding: 10px 0 0 10px;
		/* padding: 5px; */
	}
	
	#footer {
		clear: both;	
	}