/*
	стили для печати
*/
.print, .onlyprint {
	display: block;
	background: none;
}

.nonprint{
	display: none;
	background: none;
}

body,html {
	width: auto;
	height: auto;
	/*padding: 0;*/
	margin: 0 20px 0 0;
}

tr.site_menu, div.print_font, td.left, td.right, td.icq_td, tr.purple_top {display: none;}
div.content {width: 100%; margin-top: 0px;}
a {text-decoration: none; font-size: inherit;}

