html,body {
	padding: 0;
	margin: 0;
	height: 100%;
	font: 14px Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
}
html {
	height: 100%;
}
body {
	background: rgb(255,255,255);
	color: rgb(26,26,26);
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}
a {
	color: rgb(14,153,219);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 4px 0 14px 0;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 30px;	
	color: rgb(32,62,113);
	margin: 0 0 10px 0;
}
h2 {
	font-size: 24px;
	margin: 25px 0 5px 0;
}
h3 {
	font-size: 18px;
	margin: 25px 0 5px 0;
}
h4 {
	font-size: 16px;
	margin: 5px 0 5px; 0;
	font-weight: bold;
}
ul {
	margin: 30px 0 20px 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	background: url('/i/li.png') no-repeat 0px 2px;
}
input {
	border: 1px solid rgb(20,20,20);
}
textarea {
	border: 1px solid rgb(20,20,20);
}
table {
	border-collapse: collapse;
}
table tr td, table tr th {
	border: 1px solid rgb(80,80,80);
	padding: 2px;
}
table tr th {
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	background: rgb(237,236,224);
}
img {
	border: none;
}
.spreader {
	height: 10px;
	width: 700px;
}
.center {
	text-align: center;
}
.clear {
	clear: left;
}
#main, #mains {
	width: expression((documentElement.clientWidth || document.body.clientWidth) < 1000? "1000px": "100%");
	min-width: 1000px;
	position: relative;
	padding-bottom: 150px;
}
#mains {
	background: url('/i/cloud.jpg') no-repeat top right;
}
#blockin {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 26px 0 80px 0;
}

/* === Content ===  */
#content {
	margin-left: 215px;
	position: relative;
	z-index: 200;
}
#left {
	width: 200px;
	float: left;
	position: relative;
	z-index: 200;
}
#menu {
	margin: 40px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
}
#menu li ul {
	list-style-type: none;
	margin: 2px 0 10px 0;
	padding: 0;
	font-size: 12px;
}
#menu li ul li {
	margin: 0 0 0 15px;;
	padding: 0;
}
.imgm {
	margin-top: 20px;
	margin-bottom: 20px;
}
#ico {
	text-align: right;
	padding-right: 30px;
	margin: 10px 0 15px 0;
}
#ico a {
	margin: 0 10px 0 10px;
}
.news {
	margin-bottom: 20px;
	margin-top: 0;
	position: relative;
	z-index: 200;
}
.news dt {
	float: left;
	width: 100%;
	font-size: 20px;
	margin: 0px 0 5px 0;
	font-family: "Times New Roman", Times, serif;
}
.news dt strong {
	font-size: 16px;
	margin: 5px 0 5px; 0;
}
.news dd {
	float: left;
	width: 100%;
	margin-left: 0;
	margin-bottom: 25px;
/*	height: 110px;*/
}
.news dd img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.anons {
	font-size: 12px;
}
.anons dt {
	font-size: 18px;
	margin: 25px 0 5px 0;
	font-family: "Times New Roman", Times, serif;
}
.anons dd {
	margin-left: 0;
}
.anons dd img {
	margin: 6px 0 6px 0;
}
.guest {
	margin-bottom: 30px;
	font-size: 12px;
}
.guest dt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.guest dt strong {
	font-size: 20px;
	margin-bottom: 4px;
	font-weight: normal;
	display: block;
}
.guest dd {
	margin: 6px 0 12px 0;
}
.guest dd p {
	margin-bottom: 4px;
}
#search {
	position: relative;
	z-index: 99999;
	margin: 20px 0 20px 0;
}
#search input {
	margin-top: 5px;
	width: 120px;
}
#search input#send {
	width: 63px;
	height: 18px;
	border: none;
	background: url('/i/send.png') no-repeat;
	margin-left: 5px;
	cursor: pointer;
}
#mail {
	margin: 12px 0 18px 0;
	font-size: 12px;
}
#mail input#sendmail, #mail input#cleartxt {
	width: 84px;
	height: 19px;
	margin-right: 10px;
	background: url('/i/button.png') no-repeat;
	border: none;
	cursor: pointer;
}
#other {
	margin: 20px 0 20px 0;
}
#other img {
	margin-bottom: 15px;
}
ul.child {
	margin-top: 20px;
	font-size: 12px;
}
ul.child li {
	width: 180px;
	height: 340px;
	float: left;
	background: none;
	padding: 0;
	margin: 0 40px 10px 15px;
	*margin: 0 30px 10px 15px;
}
ul.child li h2 {
	margin-top: 6px;
}
span.active {
	background: rgb(105,169,199);
	padding: 2px;
	color: rgb(255,255,255);
}

/* === Footer ===  */
#bottom {
	background: url('/i/grad.png') repeat-x bottom;
	width: 100%;
	width: expression((documentElement.clientWidth || document.body.clientWidth) < 1000? "1000px": "100%");
	min-width: 1000px;
	height: 329px;
	position: absolute;
	bottom: 0;
	z-index: 50;
}
#footer {
	height: 135px;
	width: 920px;
	position: relative;
	margin: 190px auto 0 auto;
}
#hare {
	width: 106px;
	height: 123px;
	position: absolute;
	top: 0;
	left: 0;
}
#phone {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	margin-left: 160px;
	margin-top: 15px;
}
#copy {
	position: absolute;
	font-size: 12px;
	margin-left: 160px;
	margin-top: 65px;
}
#copy a {
	position: relative;
	z-index: 500;
}
#dev {
	position: absolute;
	right: 0;
	top: 40px;
	font-size: 12px;
}
#dev a {
	color: rgb(0,0,0);
	text-decoration: none;
}
#dev a span.link {
	color: rgb(14,153,219);
	text-decoration: underline;
}
#dev a:hover span.link {
	text-decoration: none;
}
#dev img {
	position: absolute;
	margin-left: -90px;
	margin-top: -22px;
}
#count {
	position: absolute;
	left: 345px;
	top: 36px;
	text-align: center;
}
#count img {
	margin-left: 10px;
}
