* {
	margin: 0;
	padding: 0;
}

html {
	background: #91D7FA;
	
	color: #0C498E;
	font: .8em Tahoma;
}

a {
	color: #0C498E;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

body {
	background: #fff url(i/body.gif);
}

/* _____________ Шапка сайта */

#header {
	height: 187px;
	position: relative;
	
	background: url(i/header.gif) repeat-x;
	border-bottom: 1px solid #4C55A5;
}

	#header div {
		height: 187px;
		
		background: url(i/header_div.jpg) no-repeat 25px 9px;
	}
	
	#header h1 {
		position: absolute;
		left: 346px;
		top: 51px;
		width: 387px;
		height: 57px;
		
		text-indent: -9000px;
		
		background: url(i/header_h1.jpg) no-repeat;
	}
	
	#header ul {
		position: absolute;
		bottom: 0px; // bottom: -1px;
		right: 56px;
		
		background: #E7EEF4 url(i/header_ul.gif) repeat-x;
	}

		#header ul li {
			float: left;
			padding-left: 8px;
			
			list-style: none;
			line-height: 24px;
		}
		
		#header a {
			padding-right: 10px;
			
			text-decoration: none;
			color: #0C498E;
			
			background: url(i/header_ul_a.gif) repeat-y right;
		}
		
		#header a:hover {
			text-decoration: underline;
		}
		
		#header #first_li {
			background: url(i/header_ul_first.gif) no-repeat;
		}
		
		#header #last_li {
			padding-right: 8px;
		
			background: url(i/header_ul_last.gif) no-repeat right;
		}
		
		#header #last_li a {
			padding-right: 0px;
			background: none;
		}

#content {
	margin: 0 36px;
	padding: 17px 17px 0 17px;
	
	border: 1px solid #9EA7B2;
	border-width: 0 1px 0 1px;
	background: #fff;
}

	#content #c_footer {
		margin: 0 -17px;
		padding: 4px 17px 0 17px;
		min-height: 34px; // height: 34px;
	
		background: #D8E3EC url(i/content.gif) repeat-x;
	}

#content h2 {
	font: bold 1.2em Tahoma;
}

#content p,
#content h1,
#content h2,
#content h3,
#content table {
	margin-bottom: .8em;
}

#content img {
	padding: 1px;
	margin: 1px;
	/*border: 1px solid #9EA7B2; */
}

#footer {
	height: 45px;
	padding: 18px 36px 0 36px;
	position: relative;
	
	text-align: right;
	
	border-top: 1px solid #4C55A5;
	background: url(i/footer.gif) repeat-x;
}

	#footer #counters {
		position: absolute;
		left: 36px;
		top: 14px;
	}
#link {
	position: absolute;
	top: 170px;
	left: 300px;
}
