body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff url(/images/menu_bg.gif) repeat-y;
	color: #000;
	font-family: arial;
}
.all {
	position: relative;
	text-align: left;
	margin: 0;
}
.left_menu {
	margin: 0px;
	padding: 0px;
	background: #ffffc6;
	text-align: left;
	float: left;
	position: absolute;
	width: 150px;
}
.head {
	text-align: right;
	float: top;
	top: 0px;
	background: #ffffc6;
	width: 100%;
	height: 60px;
	font-size: 1.6em;
	line-height: 20px;
	color: #008000;
}
.head2 {
	float: top;
	top: 0px;
	background: #ffffc6 url(/images/vcsik30m.gif) repeat-x;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.content {
	float: top;
	width: 100%;
}
.page {
	float: top;
	padding-top: 10px;
	padding-left: 160px;
	padding-right: 10px;
}
#menu {
	background: #ffffc6;
	width: 130px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.9em;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
ul#menulist {
	text-align: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 130px;
}
ul#navlist li {
	display: block;
	margin: 0;
	padding: 0;
}
ul#menulist li a {
	display: block;
	width: 130px;
	color: #fff;
	text-decoration: none;
	background: url(/images/gombki.gif);
}
#menu ul#navlist li a {
	color: #fff;
	width: auto;
}
ul#menulist li#active a {
	color: #fff;
}
ul#menulist li a:hover, ul#menulist li#active a:hover {
	color: #fff;
	background: url(/images/gombbe.gif);
}
