/*-------------------------------------------------------------------
PGD Print Stylesheet

Version: 			2.0
Last edited by: 		John Lytle
On:				2010.06.17
Framework: 		The Plant System
For:				PGD
Site Design by:		JL Productions

---------------------------------------------------------------------*/


/* =General Styles
---------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	margin: 0.2in;
}

#container span img {
	display: block;
	width: 300px;
	height: 177px;
}

#content {
	clear: both;
	margin-top: 200px;
	border: none;
}
	
h2, h3 {
	font-family: Arial,Verdana,sans-serif;
}

.unit {
	border: none;
}

#primary-content h2 {
	color: gray;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1.5em;
}

#nav, hr, #header, #site-info, #list  {
	display: none;
}

a:link, a:visited {
	color: gray;
}
