html, body {
	height: 100%;
}

body {
	font-family:tahoma,verdana,arial;
	font-size:13px;
	margin:0px;
	padding:0px;

}

* html #main {
	height: 100%; /* Это хак для IE - он не понимает min-height, зато неправильно понимает height Wink */
}

#main {
	width:1200px;
	min-height: 100%;
	margin-bottom: -80px;
	background:url('../images/footer.jpg') no-repeat 0% 100%;
}

.limg {
	float:left;
}

#head{
	height:100px;
}

#lpan {
	width:210px;
	background:url('../images/left_bg.jpg') no-repeat;
	float:left;
}

#rpan{
	width:950px;
	margin-left:210px;
	padding-left:30px;
	background:url('../images/right_bg.jpg') no-repeat;
}

#clear {
	height: 90px; /* Пустой див вкладываем на 10px больше футера, чтобы обеспечить "зазор" с контентом страницы */
	clear: both;
}

#footer{
	height:80px;
//	overflow:hidden;
	width:1000px;
}

form,input {
	padding:0px;
	margin:0px;
	font-size:13px;
}

h1 {
	color:#083793;
	margin:0px;
	font-size:18px;
	font-weight:100;
}

h2 {
	color:#083793;
	font-size:16px;
	font-weight:bold;
}

a {
	color:#083793;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

.news_date{
	width:80px;
	float:left;
	font-family:tahoma;
	color:gray;
	font-size:13px;
}

.news_title{
	margin-left:80px;
	text-align:justify;
	font-family:tahoma;
	font-size:13px;
}

.news_content{
	margin-left:100px;
	text-align:justify;
}

.navig_item {
	margin-left:25px;
}

.navig_item_hl {
	font-weight:bold;
}

.promt {
	text-align:center;
	color:gray;
	font-size:10px;
}

.rates_borders{
	border-right:solid 1px gray;
	border-left:solid 1px gray;
	text-align:right;
}

div.podskaz {
	color:gray;
	text-align:center;
	font-size:11px;

}

.area_on_index li {
	list-style-type:none;
}
