body{
	background-color: #FDF3AD;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E4825;
	line-height: 15px;
}
td.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #6E4825;
	height: 50px;
}
td.td_svr{
	background-image: url(images/svr.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
td.td_tech{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td.param{
	width: 200px;
	font-weight: bold;
	vertical-align: top;
	height: 30px;
	padding-top: 10px;
}
td.value{
	vertical-align: top;
	padding-top: 10px
}
/**************************************/
div.div_footer{
	background-image: url(images/shr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	margin-top: 10px;
	padding-top: 20px;
}
div.div_cont{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDF3AD;
	margin-bottom: 10px;
}
div.div_np{
	background-image: url(images/bps/pict_small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	width: 78px;
	padding-top: 7px;
	padding-left: 7px;
	float: left;
	margin-top: 5px;
}
div.div_0{
	background-image: url(images/rushka.png);
	background-repeat: no-repeat;
	background-position: 61px 378px;
	height: 100%;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rushka.png', sizingMethod='crop');*/
}
div.div_1{
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 100%;
}
div.div_2{
	background-image: url(images/bottom_bg_pic.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
}
/**************************************/
a{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color: #595959;
}