/* Настройки всей страницы - начало */
img {
	margin: 0; 
	padding: 0; 
	border: 0;
}
html {
	margin: 0; 
	padding: 0; 
	border: 0;
	background: none;
}
body {
	margin: 0; 
	padding: 0; 
	border: 0;
	color: #003975; 
	text-align: center; 
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: white;
}
.all {
	margin:0 auto;
	text-align:left;
	background: none;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
/* Настройки всей страницы - конец */

/* header - begin */
.header_inner {
	display:none;
}
/* header - end */

/* left column - begin */
.leftcol_inner {
	display:none;
}
/* left column - end */

/* content - begin */
.content_inner {
	width: auto;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
}
.content {
	width: auto;
	float: none;
	margin-left: 0px;
}
.content .content_in {
	width: auto;
	margin-left: 0px;
}
.menu_content_list {
	display:none;
}
.menu_content {
	display:none;
}
.print {
	display:none;
}
/* content - end */

/* menu_bottom - begin */
.menu_bottom {
	display:none;
}
/* menu_bottom - end */

/* footer - begin */
.footer {
	display: none;
}
/* footer - end */
