* {	margin: 0;	padding: 0;}
body {
	background-image: url(fon-top.png);
	background-repeat: repeat-x;
	background-color: #f4f4f4;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}
#header {
	width: 1081px;
	height: 451px;
	margin: 0 auto;
	background-image: url(header.png);
}
#slogan {
	float: none;
	text-align: right;
	padding: 170px 110px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#titul {
	float: right;
	padding: 70px 110px 0 0;
}
#content {
	width: 950px;
	margin: 20px auto 70px auto;
	padding-right: 0px;
/*	height: 700px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#about {
	padding-right: 0px;
	padding-left: 100px;
	margin-bottom: 25px;
}
#about2 {
	padding-right: 0px;
	padding-left: 100px;
	margin-bottom: 25px;
}
#leftcol {
/*	width: 700px;*/
	padding-left: 10px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#leftcol .pic{
	width: 224px;
	height: 370px;
	margin-right: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 6px 6px 14px #ccc;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#leftcol img{
	margin: 10px;	
}
#statya {
	float: left;
	padding-left: 100px;
}

#rightcol {
	width: 220px;
	height: 300px;
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#rightcol p{
	line-height: 20px;
}
.zag {
	width: 100%;
	height: 33px;
	background-image: url(zag.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	line-height: 33px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.ankor:link {
	color: #785924;
}
a.ankor:visited {
	color: #785924;
}
a.ankor:hover {
	color: #F00;
}
a.ankor:active {
	color: #785924;
}








#foot {
	width: 950px;
	margin: 0 auto;
	height: 250px;
	border-top: 1px solid #ccc;
}
#foot p{
	font-size: 70%;
	color: #515151;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	margin-left: 40px;
}


/*------menufoot-----*/
#menufoot {
	margin: 15px 0 35px 0;
}
#menufoot ul{
}
#menufoot li{
	display: inline;
	font-size: 50%;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 10px;
	text-transform: uppercase;
}
#menufoot a{
	color: #515151;
	text-decoration: none;
}
#menufoot a:hover{
	color: #F00;
	text-decoration: underline;
}
/*------menufoot-----*/










