/* @override 
	http://brookfarm.s217.sureserver.com/css/print.css
	http://greenkids.s221.sureserver.com/css/print.css
*/

/* Hide these */

#m_img, 
#search, 
#right_col,
#nav ul, 
#footer {
	display: none;
}

/* general styles */

body {
	margin: 0;

	padding: 0;
	font: 12px/1.2em Verdana, "Lucida Grande", Lucida, sans-serif;
}

img, a {
	border: none;
}
#nav {
	display: block;
	width: 100%;
	height: 300px;
}
a#logo img {
	position: absolute;
	top: 0;
	left: 0;
}

#head img {
	display: none;
}

h1, h2, h3, h4 {
	margin: 1em 0 .4em 0;
	line-height: 1.2;
}

h1 {
	margin: 1em 160px 1em 0;
	font-size: 180%;
	line-height: 1;
	clear: both;
}

h2 {
	font-size: 110%;
	margin: 1em 0 0.2em 0;
}

h3 {
	margin: 1.3em 0 0 0;
	font-size: 105%;
}

h4 {
	font-size: 100%;
	color: #444;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 1.6em;
}

ul, ol {
	padding-left: 1.6em;
	margin: 0 0 1em 0;
}

ul {
	list-style: disc;
}

#left_col {
	float: right;
	margin: 140px 0 1em 1em;
}