/* CSS Document */

body {
	margin: 0px;
	font-size: 13px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/fon.gif);
}
a {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
#cont {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 276px;
	padding-top: 20px;
}
#sadarzanie {
	background-image: url(images/sadarzanie_fon.jpg);
	background-repeat: repeat-y;
}
#left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 235px;
	width: 205px;
	padding-top: 65px;
	padding-left: 15px;
}
#right {
	float: right;
	width: 562px;
	padding-top: 10px;
	padding-right: 15px;
}
#footer {
	background-image: url(images/down.jpg);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	height: 32px;
	padding-top: 10px;
}
.title {
	font-size: 16px;
	font-style: italic;
	text-align: left;
	text-indent: 15px;
	font-weight: bold;
	color: #666666;
}
