
/* ------------------------------------------------------------------
	PRINT STYLESHEET
	
	Project: OntarioMeatProducts.ca
	Created: 2009-02-19
	Created by: Dawn Wentzell dawn@rkd.ca
	
------------------------------------------------------------------- */


.BodyStyle { 
	color: #000;
	background: #fff;
	}

.container { 
	width: 610px;
	margin: 0 auto;
	}
#wrapper { 
	margin-bottom: 0;
	min-height: 200px;
	}
	#footer-push {
		clear: both;
		height: 0px;
		}

#header .container {
	background: url(../../images/print_header.png) no-repeat left top;
	height: 171px;
	width: 610px;
	}

#footer { 
	background: url(none);
	border-top: 1px solid #cc6633;
	width: 610px;
	margin: 0 auto;
	}
	#copyright {
		float: none;
		text-align: center;
		margin: 10px 0 0;
		font-size: 11px;
		}

#content { 
	background: url(none);
	min-height: 200px;
	}
	#content .container {
		background: url(none);
		padding: 25px 0 0;
		width: 610px;
		min-height: 200px;
		}

h2 {
	border-bottom: 1px solid #cc6633;
	background: url(none);
	margin: 0;
	width: 610px;
	}


#menu,
#logo,
h1#wordmark,
#header-nav,
#footer-nav { display: none; }