body {
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
td {
	padding: 0;
	margin: 0;
}

/* Tags */

.al-maindiv {
	width: 992px;
	height: auto;
}
.cnt-center {
	width: 992px;
	height: auto;
	background: transparent url(img/cnt-center.png) 0 0 repeat-y;
	overflow: hidden;
	position: relative;
}
.cnt-bt-left {
	width:30px;
	height: 30px;
	background: transparent url(img/bt-left-corner.png) 0 0 no-repeat;
	float: left;
}
.cnt-bt-right {
	width:30px;
	height: 30px;
	background: transparent url(img/bt-right-corner.png) 0 0 no-repeat;
	float: left;
}
.cnt-bt-center {
	width:932px;
	height: 30px;
	background: transparent url(img/bt-center.png) 0 0 repeat-x;
	float: left;
}
.top-line {
	width: 960px;
	height: 21px;
	background: transparent url(img/top-line.png) 0 0 repeat-x;
	position: relative;
	z-index: 2;
}
.img-right {
	width: 659px;
	height: 228px;
	background: transparent url(img/img-right.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
}
.img-logo {
	width: 448px;
	height: 178px;
	background: transparent url(img/logo.png) 0 0 no-repeat;
	position: absolute;
	top: 32px;
	left: 16px;
	z-index: 3;
}

/* Menu */

.menu-block {
	width: 260px;
	position: relative;
	margin: 90px 30px 0 0;
	float: right;
	z-index: 4;
}
.menu-top {
	width: 260px;
	height: 38px;
	background: transparent url(img/img-top-menu.png) 0 0 no-repeat;
	overflow: hidden;
}
.menu-top p {
	font-family: arial, tahoma, verdana;
	font-size: 18px;
	color: #105d14;
	margin: 8px 0 0 0;
	padding: 0;
}
.menu-top p:first-letter {
	color: #212421;
}
.menu-back {
	width: 225px;
	height: auto;
	background: transparent url(img/img-menu-back.png) 0 0 no-repeat;
	margin: -2px 0 0 0;
	padding: 0 0 6px 0;
}
.menu-back p {
	font-family: arial, tahoma, verdana;
	font-size: 16px;
	color: #157721;
	padding: 6px 0 0 0;
	margin: 0;
}
.menu-back a {
	width: 124px;
	height: 19px;
	color: #157721;
	text-decoration: none;
	display: block;
}
.menu-back a:hover {
	background: transparent url(img/img-menu-hover.png) 0 0 no-repeat;
	color: #306902;
	text-decoration: none;
}