@media print
{


  body * {
  	font-family: "Verdana", Arial, sans-serif;
  	color: #222;
  	}

  body { 
  	margin:80px; 
  	padding: 0; 
  	font-size: 10pt;
  	border: 0; 
  	}
  
  
  #page-navigation, #content-extras, #breadcrumbs, #content-sidebar {
  	display:none;
  	}
  	
  #slide {display:block;clear:both;margin-bottom:50px;}
  
  #content-wrapper {margin-top:120px;}
  
  #content-wrapper img {float:left;margin:10px;}
  
  h2 a {
  	color: #000;
  	}
  
  a[href]:after {
  	display: none;
  	}
	
 .head {
  	margin-bottom: 20px;
  	}

#content-head
	{
		height: 220px;
	}



/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


}
