html,body {
	margin: 0px;
	padding: 0px;
	background: #aadaff;
	height: 100%;
}

body,.shapka {
	min-width: 1000px;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? "1000px": "auto");
}

#shapka {
	height: 105px;
	border-left: 3px solid #43b0ff;
	border-bottom: 3px solid #43b0ff;
	margin-left: 127px;
	background: url('/images/head_background.gif') repeat-x;
	padding: 0px;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? "860px": "auto");
}


h1 {
	font-weight: bold;
	font-size: 16px;
	color: #060167;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #060167;
}

body,div,span,p,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

a {
	color: #060167;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img { border: none; }

/* стилим главное меню */

#mainmenu {
	margin: 0px 5px 0px 5px;
	padding: 5px;
}
#mainmenu p {
	width: 12%;
	margin: 1px;
	background: #cfffc6;
	float: left;
}

#mainmenu a {
	color: #0061a5;
	text-decoration: none;

}
#mainmenu a:hover {
	color: #060167;
}

/* стилим главное меню */


#left_column {
	min-width: 202px;
	width: 202px;
/*	width: 648px;*/
	background: #b4daff url('/images/leftcol_back.jpg') no-repeat right top;
	border-right: 3px solid #cfffc6;
	position: absolute;
	top: 108px;
	left: 0px;
	height: expression((document.body.clientHeight - 108) + 'px');
	z-index: 2;
}

.left_column {
	min-width: 186px;
	padding: 13px 5px;
	
}
/*
.left_menu_mitem {
	overflow: hidden;
	height: 14px;
	padding: 0px;
	margin: 0px;
}
*/
.left_menu_item {
	overflow: hidden;
	background: url('/images/c_item_back.png') !important;
	margin-left: 12px;
	margin-top: 1px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/c_item_back.png',sizingMethod='scale');
}
.main {
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? "1000px": "auto");
}

.content {
/*	background: #aadaff url('/images/content_back.gif') repeat-x;*/
	margin-left: 205px;
	margin-right: 210px;
	padding: 5px 15px;
	color: #060167;
}

.right_column {
	min-height: 585px;
	background: #c4f7d5 url('/images/right_back_in.jpg') repeat-x;
	padding: 4px 4px 5px 4px;
}

#right_column {
	border-top: 4px solid #c4fad2;
	border-bottom: 4px solid #b0cffb;
	background: #afcdfb url('/images/right_outer_border.jpg') repeat-x;
	min-width: 206px;
	width: 206px;
	padding-left: 4px;
	float: right;
}

#footer {
	text-align: center;
	background: #96d3ff;
	margin-left: 205px;
	clear: right;
	height: 39px;
	line-height: 39px;
}

/* блок новостей */
#news {
	min-height: 210px;
	width: 50%;
	background: #cfe6fa url('/images/news_common_back.jpg') repeat-x;
	height: 260px;
}
.news { padding: 14px 17px; text-align: justify; height: inherit; }

.news_date { color: #ff0000; margin: 0px; padding: 0px; padding-bottom: 3px; }
.news_date a { color: #ff0000; text-decoration: none; }
.news_date a:hover { color: #ff0000; text-decoration: underline; }
/* блок новостей */

#nable {
	float: right;
	height: 30px;
	line-height: 30px;
	width: 193px;
	text-align: center;
	background: #bbe2ff;
	margin: 5px 7px;
}

.clear { clear: both; font-size: 1px; margin: 0px; padding: 0px; }

.z1 { background: #C5E9FE; }
.z2 { background: #97D1FB; }

th { background: #82CAF4; }
