@import "inner.css";

/* General settings */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 11px "Verdana", "sans-serif";
}


.print_wrapper {
	width: 797px;
	margin: 0 auto;
	position: relative;
}

.print_header_ua {
	height: 136px;
	background: #f9f4d4 url('../images/print_logo_ua.gif') no-repeat;
	position: relative;
}

.print_header_ru {
	height: 136px;
	background: #f9f4d4 url('../images/print_logo_ru.gif') no-repeat;
	position: relative;
}

.print_header_en {
	height: 136px;
	background: #f9f4d4 url('../images/print_logo_en.gif') no-repeat;
	position: relative;
}

.print_header_logo a {
	display: block;
	width: 170px;
	height: 150px;
	background: url('../images/print_header_logo.gif') no-repeat;
	position: absolute; top: 0px; right: 0px;
}

.print_content {
	margin: 20px;
}






.footer {
	height: 50px;
	position: relative;
}

.print_print {
	color: #02391e;
	font-size: 10px;
	padding-left: 20px;
	background: url('../images/print.gif') no-repeat;
	position: absolute; right: 75px; bottom: 20px;
}
