@charset "windows-1251";
body {
	background-image: url(images/fon.jpg);
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 48px;
	font-style: italic;
	color: #663300;
	font-family: Corbel, Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: lighter;
}
h3 {
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF8D8A;
	width: 50%;
	font-size: 16px;
}

a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #993300;
}
.top {
	font-size: 12px;
	color: #666666;
	padding-left: 25px;
}

.menu {
	background-image: url(images/fon1-top.png);
	padding-left: 55px;
	height: 76px;
	line-height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 16px;
}

.menu2 {
	background-image: url(images/fon2-top.png);
	padding-left: 55px;
	height: 76px;
	line-height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 16px;
}

.menu3 {
	background-image: url(images/fon3-top.png);
	padding-left: 55px;
	height: 76px;
	line-height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 16px;
}


.content {
	background-image: url(images/fon1-mid.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 55px;
	padding-right: 45px;
}

.bottom {
	background-image: url(images/fon1-bot.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 98px;
	text-align: center;
}

.bottomLeft {
	padding-left: 50px;
	text-align: left;
	font-size: 12px;
	padding-top: 8px;
}


.bottomRight  {
	text-align: right;
	padding-right: 50px;
	padding-top: 8px;
}
