﻿@media print {
	#sidebar, #home_head, #home_ads, .advertise, #headermenu, #headersubmenu
	{
		display: none !important;
	}
	#home_intro2 
	{
		margin-top:10px!important;
	}
	#content 
	{
		float:left!important;
		margin-top: 10px!important;
	}
	#pagewrap 
	{
		width: 100%!important;
	}
	.featured  
	{
		float: none!important;
		width: 100%!important;
		margin-left: 0!important;	
	}
	/* == Some printer friendliness == */

	#header,#sidebar,#footer P, .button {display: none!important;}
	#content,#footer,#bottomfoot div {width: auto!important;}
	#bottomfoot div {position:static!important;}
	#footer { color: #000!important; clear:both!important;}
	#footer P.companyinfo { display:block!important; }
	#content p a:after {content: " ("attr(href)") "!important;font-size: 10pt!important;}
	body {font-family: "Georgia", Times New Roman, Serif!important;color: #000!important;background: #fff!important;}
	a {color: #000!important;	text-decoration: none!important;}
}

