html, body {
	width:100%;
	min-width:850px;
	height:100%;/* для ие6, т.к. не понимает min-height */
	font-size:14px;
	font-family:Arial;
	color:black;
}
body {
	padding:0px;
	margin:0px;
	background-color:white;
}
h2 {
	font-size:30px;
	font-family:"Minion Pro", "Times New Roman", Times;
	color:#771204;
}
img {
	border-width: 0px;
	border-style: solid;	
}
a {
	text-decoration:none;
	color:#533724;
}
a:hover {  
    text-decoration: underline; /* Добавляем подчеркивание */
   }


.all {
	width:850px;
	height:100%;
	min-height:100%;
	margin:0px auto -185px auto;
}
.all #header_img {
	width:915px;
	margin:-25px auto -35px -37px;
}


.content {
	width:650px;
	float:left;
	margin-bottom:50px;
}


.footer {
	width:100%;
	min-width:100%;
	margin:65px 0px 0px 0px;
	clear:both;
	color:#818181;
}
.footer #korona {
	width:85px;
	margin:0px;
	float:right;
}
.footer img {
	width:80px;
	height:73px;
}
.foot {
	width:100%;
	height:35px;
	border-top: solid 1px #818181;
}
.all_footer {
	width:850px;
	margin:0 auto;
	padding-top: 25px;
	padding-bottom:83px;
}
.all_footer #left {
	float:left;
	margin-left:200px;
	padding-top:22px;
	text-align:left;
}
.all_footer #center {
	float:left;
	text-align:left;
	padding-top:22px;
	margin-left:120px;
}