html {
	height:100%;
	}
body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(images/fon.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#all{
			position: relative;
			height: 100%;
			min-height: 100%;
		}
html>body #all {height: auto;}

#footer {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
		}

#footer, #empty {height: 45px;}
		
.main_text {
	font-size:11px;
	color:#7a7a7a;
}
.menu_head, .menu_head a{
	font-size: 18px;
	color: #FFFFFF;
}
.menu_head a:hover{
	font-size: 18px;
	color: #ffea00;
}
.menu_foot, .menu_foot a{
	font-size: 12px;
	color: #FFFFFF;
}
.menu_foot a:hover{
	font-size: 12px;
	color: #ffea00;
}

.for_info, .for_info a{
	color: #4b4c54;
	font-size: 14px;
}
.red_24 {
	font-size: 24px;
	color: #bb3924;
}
.gray_24 {
	font-size: 24px;
	color: #4e4c5a;
}
.gray_11 {
	font-size: 10px;
	color: #4e4c5a;
}
.gray_12 {
	font-size: 12px;
	color: #4e4c5a;
}
.gray_36 {
	font-size: 36px;
	color: #4e4c5a;
}
.news_inf, .news_inf a{
	font-size: 14px;
	color: #ac0205;
	text-decoration:underline;
	line-height:20px;
}
