/* ------------------------------------------------------------------
	PRINT STYLESHEET
	
	Project: Canadian Angus HOF
	Created: 2009-07-11
	Created by: RKD Web Studios info@rkd.ca
	
------------------------------------------------------------------- */

body, #container, #content, #footer {
	background: #fff url(none);
	color: #000;
	width: 610px;
	margin: 0 auto;
	padding: 0;
	}

#logo-print { 
	display: block;
	z-index: 10;
	}

#content {
	background: transparent;
	position: relative;
	top: -80px;
	left: 0;
	height: auto;
	overflow: visible;
	}
	#content h1 {
		text-align: right;
		}

#footer { height: 20px; }
#footer a:link,
#footer a:visited,
#footer a:hover { color: #000; }
	
#logo img,	
#menu,
.designer,
.manager { display: none; }