/* @override 
	http://www.katapultdesign.com.au/css/print.css
*/

/* Hide these */

#m_img, 
#search, 
#right_col, 
#nav,
#footer,
#footer_katapult a img {
	display: none;
}

/* general styles */

body {
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5 { 
	margin: 0.8em 0 .2em 0; 
	line-height: 1.2em;
	font-weight: normal;
}
h1 {
	margin: 0.5em 0 1em 0;
	font-size: 200%;
}
h2 { 
	margin: 1.2em 0 0.6em 0;
	font-size: 130%;
}
h3 { 
	margin: 0;
	font-size: 110%;
}
h4 { 
	font-size: 110%; 
}
h5 { 
	font-size: 100%; 
}
p { 
	margin: 0 0 1.2em 0;
	line-height: 1.4;
}

/* Layout */

#left_col {
	float: right;
	margin: 0;
}


#footer_katapult {
	height: 100px;
	position: relative;
	clear: both;
}

#footer_katapult img {
	float: left;
	margin: 17px 30px 0 26px;
}

#footer_katapult p {
	position: absolute;
	top: 30%;
	left: 150px;
	width: 650px;
	height: 50px;
	color: #555;
	font-size: 17px;
}