#baner {
	width: 865px;
	height: 150px;
	background: #1f4973;
	margin: 0 4px 20px 4px;
	padding: 0;
	position: relative;
}

#baner img {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 505px;
	top: 0;
	
}

#baner h1 {
	background: #ff7f00;
	color: #fff;
	padding: 10px 15px;
	height: 30px;
	width: 206px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	position: absolute;
	left: 629px;
	top: 0;
	
}

#baner h2 {
	background: #ff7f00;
	color: #ff0000;	
	padding: 0 15px;
	height: 48px;
	width: 206px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	position: absolute;
	left: 629px;
	top: 50px;
}

#baner h3, #baner h4, #baner h5 {
	margin: 0;
	padding: 0;
}

#baner h3 a, #baner h4 a, #baner h5 a {
	width: 137px;	
	height: 24px;
	top: 100px;
}
#baner h3 a, #baner h4 a {
	color: #1f4973;
	background: #e1ecf5;
	font-size: 10px;
	margin: 0;
	padding: 20px 15px 5px 15px;
	position: absolute;
}

#baner h3 a:hover, #baner h4 a:hover, #baner h5 a:hover {
	color: #fff;
	background: #1f4973;
	display: block;
}

#baner h3 a {
	left: 1px;
}

#baner h4 a {
	left: 169px;
}

#baner h5 a {
	color: #ff0000;
	background: #e1ecf5;
	font-size: 10px;
	margin: 0;
	padding: 20px 15px 5px 15px;
	position: absolute;
	left: 337px;
}

#baner h6 {
	color: #fff;
	background: none;
	width: 503px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 0;
	margin: 0;
	position: absolute;
	left: 1px;
	top: 42px;
}

#baner .btp {
	padding: 10px 0;
	height: 32px;
	width: 503px;
	line-height: 30px;
	margin: 0;
	color: #fff;
	background: none;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	font-size: 30px;
	position: absolute;
	left: 1px;
	top: 5px;
}

#baner p {
	background: none;
	padding: 0;
	width: 234px;
	margin: 0;
	position: absolute;
	left: 630px;
	top: 99px;
}

#baner p a {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 9px;
	padding: 0;
	margin: 0;
	line-height: 50px;
	display: block;
}


