/* CSS Document */
body {
	margin: 8px 0 11px 0;
	font: normal 12px Arial, Helvetica, sans-serif; 
	color: #000000;
}

#head {
	width: 981px;
	height: 206px;
	margin: 0 auto;
}

#centcol {
	width: 981px;
	margin: 0 auto;
	background: url(../images/design/center_bg_mid.gif) repeat-y left;
}

#centcol .incnt1 {
	background: url(../images/design/center_bg_top.gif) no-repeat left top;
}

#centcol .incnt2 {
	background: url(../images/design/center_bg_bottom.gif) no-repeat left bottom;
}

#leftblock {
	float: left;
	width: 237px;
	overflow: hidden;
}

#leftblock .in {
	padding: 25px 12px;
}

#center {
	float: right;
	width: 665px;
	margin-right: 37px;
	padding: 5px 0;
	display: inline;
}

#bottom {
	width: 981px;
	margin: 11px auto 0 auto;
	background: #1a60af url(../images/design/bottom_bg_top.jpg) no-repeat left top;
	font-size: 11px;
	color: #FFF;
}
#bottom .in {
	background: url(../images/design/bottom_bg_bottom.jpg) no-repeat left bottom;
	padding: 18px 30px;
}

a{
	color: #468914; /* цвет ссылки */
	text-decoration: underline;
}
a:hover 
{
	text-decoration: none;
}



.br {
	height: 1px;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}