* {
	margin: 0;
	padding: 0;
}
body {
	background: #99c034 url(img/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #799b27;
	font-size: 12px;
}
a {
	color: #dd1631;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#cont {
	width: 760px;
	margin: 0 auto 20px auto;
	background: #fff url(img/cont.gif) repeat-y;
}
#header {
	width: 760px;
	height: 209px;
	background: url(img/head.gif) no-repeat;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 164px 10px 0 0;
}
#menu {
	width: 202px;
	height: 391px;
	float: left;
	background: url(img/menu.gif) no-repeat;
}
#menu ul {
	list-style: none;
	margin-top: 15px;
}
#menu a {
	display: block;
	width: 182px;
	height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 8px 0 0 20px;
}
#menu a:hover {
	color: #dd1631;
	background: url(img/mhover.gif) no-repeat;
	width: 162px;
	padding-left: 40px;
}
#sadr {
	width: 558px;
	float: right;
	line-height: 22px;
}
#sadr p {
	margin: 15px 30px;
}
#sadr p img { border-left: 25px solid #a6ce39; margin-right: 20px; }
#sadr ul, ol { margin: 0 30px; list-style: inside; }
#foot {
	clear: both;
	background: url(img/foot.gif) no-repeat;
	height: 90px;
}
#foot p {
	float: left;
	padding: 18px 0 0 50px;
	font-size: 11px;
	line-height: 18px;
}
.vrh {
	float: right;
	width: 498px;
	border-top: 1px solid #99c034;
	font-size: 11px;
	margin: 15px 30px;
	text-align: right;
	padding-top: 5px;
}
