/* 
	--------------------------
	Harvest Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 10pt;
}

#col2, #sidebar, #nav, #main-nav, #mont-burn, #menu #bg-top, a#siteby  {
	display: none;
}
a:link, a:visited{
	color: #7D5521;
	text-decoration: none;
}
a img{
	border: 0;
}

/* =typography */

h1.type{
	margin: 0em 0 .5em 0;
	font-size: 22pt;	
	line-height: 1;	
}
.copy h2{
	font-size: 16pt;
	margin:  0 0 0.5em 0;
	font-weight: normal;
}
.copy h3{
	font-size: 14pt;
	margin:  1.5em 0 0.5em 0;
	font-weight: bold;
}
.copy p{
	font-size: 10pt;
	margin: 0 0 1em 0;
	line-height: 1.5;
}

td{
	font-size: 10pt;
	vertical-align: top;
	padding: 2pt;
}

img.align-right{
	float: right;
	margin: 0 0 10px 10px;
}

#footer{
	border-top: 1px solid #000;
	clear: both;
	color: #000;
}

#footer a{
	color: #000;
}


/* =self-clearing floats 
-------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix{
	min-height: 1px;
}
/* \*/
* html .clearfix{
	height: 1%;
	display: block;
}
/* */
