* {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Arial, Tahoma;
}

body {
	background: url('/data/images/silver/bg.jpg') repeat left top;
}

.table {
	height: 100%;
	width: 988px;
}
.table tr{
	height: 100%;
}
.table td{
	height: 100%;
}

.left-td {
	width: 10px;
	background: url('/data/images/silver/left-b.jpg') repeat-y right top;
}
.right-td {
	width: 10px;
	background: url('/data/images/silver/right-b.jpg') repeat-y left top;
}
.menu-td  {
	width: 224px;
	height: 100%;
	background: white url('/data/images/silver/menu-td-bottom.jpg') no-repeat left bottom;
	padding-bottom: 200px;
}
	.menu-td-top {
		padding-top: 310px;
		width: 224px;
		/*height: 100%;*/
		background: url('/data/images/silver/menu-td-top.jpg') no-repeat left top;
	}
		.menu-table {
			width: 190px;
		}
		.menu-table tr {
			width: 190px;
			background: url('/data/images/silver/menu-border.gif') repeat-x left top;
		}
		.menu-table .first {
			background: none;
		}
			.m-t-l a {
				padding-top: 5px;
				padding-bottom: 4px;
				padding-left: 6px;
				font-size: 11px;				
				color: #47627e;
				text-decoration: none;
				display: block;
			}
			.m-t-l a:hover {
				color: #a27035;
			}
			.active {
				color: #a27035;
			}
			.m-t-r {
				padding-top: 5px;
				padding-bottom: 4px;
				padding-right: 6px;
				font-size: 11px;
				color: #a27035;
				text-decoration: none;
			}
.border-td {
	width: 9px;
	background: url('/data/images/silver/border-td.jpg') no-repeat left top;
}
.content-td {
	width: 735px;
	background: white url('/data/images/silver/content-td-bottom.jpg') no-repeat left bottom;
}
	.content-td-top {
		width: 735px;
		height: 100%;
		/*background: url('/data/images/silver/content-td.jpg') no-repeat left top;*/
	}
		.text-block {
			padding-top: 122px;
			padding-left: 260px;
			color: white;
			font-size:24px;
		}
		.content {
			margin-top: 180px;
			margin-left: 30px;
			margin-right: 30px;
			margin-bottom: 200px;
		}
			.title {
				font-size: 20px;
				color: #a27035;
			}
			.text {
				font-size:12px;
				color: #47627e;
				padding-top: 20px;
				text-align: justify;
			}
.bottom td {
	height: 12px;
}
.bottom-b{
	height: 12px;
	background: url('/data/images/silver/bottom-b.jpg') repeat-x left top;
}
	
.footer {
	/*height: 67px;*/
	position: relative;
	bottom: 55px;
}
	.krevedko {
		width: 133px;
		height: 91px;
		background: url('/data/images/silver/krevedko.gif') no-repeat left top;
		position: relative;
		bottom: 92px;
		left: 170px;
		//left: 125px;
	}
	.krevedko2 {
		width: 97px;
		height: 111px;
		background: url('/data/images/silver/krevedko2.gif') no-repeat left top;
		position: relative;
		bottom: 93px;
		left: 643px;
		//left: 326px;
	}
