/* 
Title:     CMYKit Print CSS
Author:    monkeygum.com
Updated:   24 April 2009
*/

/* ---------------------[ PRINT CSS ]------------- */
body {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	}
#logo img{
	max-width: 4cm;
	max-height: 2.79cm;
	border: none;
	}
body#about div.box-wide-content img {
	margin: 0.5cm 1cm 0.5cm 0}
.img {
	max-width: 7.7cm;
	max-height: 4.81cm;
	float: right;
	max-width:100%;
	border:none;
	padding: 0 0 .5cm .5cm;
	}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: gray;
	font-weight: normal;
	font-size: 15pt;
	}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: gray;
	font-weight: normal;
	font-size: 13pt;
	}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: gray;
	font-weight: normal;
	font-size: 11pt;
	}

#nav, #design, #contact a, hr, form, body#contactus .details, .prev, .next, .breadcrumb, .org  {
	display: none !important;
	}

	
a:link, a:visited {
	text-decoration: none;
	color: #000;
	}

/* print URLs after link text */
#copyright a:link:after, #copyright a:visited:after {
	content: " (" attr(href) ") ";
	}
#copyright {padding-top:.5em;border-top:gray solid .05cm;}
#footer {
	clear: both;
	}
#footer ul {padding: 0cm;margin: 0cm;}
#footer li {
	list-style:none;
	
	}