*{
	padding:0px;
	margin:0px;
	font-family:Trebuchet MS;
}
html,body, table td{
	font-weight:normal;
	font-size:14px;
}
a{color:#9e9e9e;}
a:hover{color:#141212;}

div#general_rus, div#general_eng{
	min-width:960px;
	height:100%;
	position:relative;
	width:100%;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 960) ? "960px"  : "100%" ) !ie;
}
div#header{
	font-size:12px;
	color:#9e9e9e;
	text-align:right;
	padding:50px 55px;
}
div#header a{
	text-decoration:none;
	border-bottom:1px dashed #9e9e9e;
}
div#header a:hover{
	border-bottom:1px dashed #141212;
}
div#content{
	background:url('bg_content.gif') repeat-y left top;
	position:relative;
	width:100%;
}
div#shape{
/*	background:url('shape.gif') no-repeat 93% center; */
	padding:35px 0px 0px 70px;
	height:345px;
}
div.link{
	margin-top:20px;
}
div.link a{
	display:block;
	background-color:black;
	color:white;
	float:left;
	padding:5px 7px;
	margin-right:10px;
}
div.link a:hover{
	color:white;
}
div#footer{
	position:relative;
	bottom:0px;
	width:100%;
}
div#logo{
	padding:75px;
	color:#848484;
	font-size:12px;
/*	background:url('logo.gif') no-repeat 88% 75px; */
}
div.clos{
	background:black url('bg-top.gif') repeat-x left top;
	cursor:pointer;
	color:white;
	text-align:right;
	padding: 6px 12px 10px 0px;
}
div.clos span{
	border-bottom:1px solid white;
	font-size:8pt;
	font-family:Trebuchet MS;
}