/*
Описание элементов
*/
html {
  height:100%;
}
body {
	padding: 0;
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

h1{
	font-size: 20px;
}

a{
	text-decoration: none;
	color: #333333;
}
a:hover{
	text-decoration: underline;
}





/*
Описание объектов
*/
#shape{
	height: 80px;
	width: 960px;
	overflow: hidden;
	background-image: url(image/fon/shape.jpg);
	background-repeat: no-repeat;
}

	#logo{
		width: 255px;
		height: 80px;
		float: left;
	}
	#logo img{
		border: 0px;
	}

	#date{
	float: left;
	text-align: right;
	width: 400px;
	margin-left: 294px;
	margin-top: 14px;
	color: White;
	font-size: 12px;
}
* html #date{
	margin-left: 274px;
}
	
	#search{
		height: 32px;
		width: 274px;
		background-image: url(image/fon/search_field.jpg);
		float: right;
		margin: 0px;
		margin-top: 10px;
		padding: 0px;
	}
	
	#search input{
		margin-left: 60px;
		margin-top: 5px;
		vertical-align: top;
	}

	* html #search input{
		margin-top: 4px;
		margin-left: 58px;
	}

	#butsearch{
		height: 32px;
		width: 100px;
		float: right;
		margin: 0px;
		margin-top: 10px;
		padding: 0px;
	}

#top_menu{
	height: 14px;
	width: 960px;
	overflow: hidden;
	background-image: url(image/fon/bg_m_top.jpg);
	color: White;
	margin-top: 2px;
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
}
	#top_menu a{
		color: White;
	}

	#top_menu ul{
		margin: 0px;
		padding: 0px;
	}
	#top_menu li{
		list-style: none;
		display: inline;
		background-image: url(image/fon/spacer.jpg);
		background-repeat: no-repeat;
		margin: 0px;
		padding: 8px;
		padding-bottom: 8px;
	}
	
#marquee{
	width: 960px;
	padding-top: 3px;
}	
	

#content {
  overflow:hidden; width:100%;
  padding-bottom:10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

	#center {
		float: left;
		width: 540px; margin-left: 210px;
		text-align: justify;
	}
	* html #center {
		margin-left: 105px;
	}
	
	#center h1{
		text-align: left;
	}

		#all_news img{
			width: 100px;	
			margin-right: 5px;
			float: left;
		}
		#dop{
			clear: both;
			font-family: Arial, Helvetica, sans-serif;
		}
		#dop a{
			color: #5a7da5;
		}
		#page{
			margin: 10px;
			padding-top: 10px;
			height: 60px;
			text-align: left;
		}


	#left {
		float: left;
		width: 200px;
		margin-left: -750px;
	}
		#left h1, #right h1{
			margin: 0px;
			padding: 0px;
			font-size: 12px;
		}
		#left img, #right img{
			margin-right: 5px;
			width: 80px;
			float: left;
		}

		#menu {
			overflow: hidden;
			height: 204px;
		   padding: 5px;	
			margin-bottom: 10px;
			line-height: 25px;
			font-size: 11px;
			font-weight: bolder;
			font-family: "Franklin Gothic Book";
			font-style: normal;
			background-image: url(image/fon/menu_grad.jpg);
			color: #333333;
		}

		#menu ul{
			margin: 0px 0px 0px 0px;
			padding: 5px 5px 5px 5px; 
		 }
		#menu li{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px; 
		}
	
		#reklama{
			overflow: hidden;
			height: 105px;
			margin-bottom: 10px;
		}
		#kurs_val{
			overflow: hidden;
			width: 148px;
			margin-bottom: 10px;
			BORDER-BOTTOM: #b7c9dd 1px solid;
			BORDER-LEFT: #b7c9dd 1px solid;
			BORDER-RIGHT: #b7c9dd 1px solid;
			BORDER-TOP: #b7c9dd 0px solid;
		}
		
	#right {
		float: right;
		margin-left: 0px;
		width: 200px;
	}


#meta {
	font-size: 10px;
	height: 75px;
	padding: 5px;	
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #db3123;
	color: White;
}
#meta a{
	color: White;
}




/*
Описание классов
*/

		.left_blok, .right_blok{
			padding: 5px;
			width: 188px;
			overflow: hidden;
			margin-bottom: 10px;
			BORDER-BOTTOM: #b7c9dd 1px solid;
			BORDER-LEFT: #b7c9dd 1px solid;
			BORDER-RIGHT: #b7c9dd 1px solid;
			BORDER-TOP: #b7c9dd 0px solid;
		}
		
.border{
	BORDER-BOTTOM: #b7c9dd 1px solid;
	BORDER-LEFT: #b7c9dd 1px solid;
	BORDER-RIGHT: #b7c9dd 1px solid;
	BORDER-TOP: #b7c9dd 1px solid;
}

.zag_blok{
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	color: #333333;
	height: 25px;
	overflow: hidden;
	background-image: url(image/fon/zag_blok.jpg);
	BORDER-BOTTOM: #b7c9dd 0px solid;
	BORDER-LEFT: #b7c9dd 1px solid;
	BORDER-RIGHT: #b7c9dd 1px solid;
	BORDER-TOP: #b7c9dd 1px solid;
}


.but{
	background-image: url(image/fon/zag_blok.jpg);
	background-color: #e3eeff;
	color: #333333;
	height: 25px;
	width: 100px;
	margin: 5px;

}

.dop_foto{
	font-family: "Monotype Corsiva";
	font-size: 14px;
}
.general_news{
	width: 200px;	
	overflow: hidden;
	margin-right: 10px;
	float: left;
}

.general_news h1{
	margin: 0px;
	padding: 0px;
}

.search_but {
	float: right;
	margin-right: 7px;
	color: White;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #9E9E9E;
	font-style: italic;
}


