* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #464646;
}
div {
	position: relative;
}
a {
	text-decoration: none;
	color: #83152b;
	cursor: pointer;
}
div.main_container {
	left: 50%;
	margin-left: -510px;
	top: 0px;
	width: 1020px;
	background: #ffffee;
}
div.main_container div.header {
	height: 134px;
}
div.main_container div.header a.logo {
	display: block;
	width: 271px;
	height: 134px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.main_container div.header div.logo2 {
	position: absolute;
	top: 0px;
	left: 271px;
	width: 749px;
	height: 134px;
	background: url('../images/logo2.jpg') top left no-repeat;
}
div.main_container div.menu_container {
	display: none;
}
div.footer {
	display: none;
	clear: both;
	height: 46px;
	width: 1020px;
}
div.left {
	width: 271px;
	float: left;
}
div.right {
	width: 749px;
	float: left;
}
div.left div.block {
	width: 249px;
	margin-left: 20px;
	border: 1px solid #e2c0bd;
	margin-bottom: 26px;
	background: #ffffff;
}
div.left div.inner {
	margin: 25px;
}
div.right div.content {
	margin: 0px 30px 25px 30px;
}
div.right div.content div.title {
	font-size: 16px;
	color: #464646;
	font-weight: bold;
	height: 65px;
	line-height: 65px;
}
div.right div.content a.print {
	position: absolute;
	top: 25px;
	right: 30px;
	display: none;
	width: 16px;
	height: 15px;
}
div.header div.langs {
	position: absolute;
	right: 56px;
	top: 12px;
}
div.header div.langs a {
	margin-left: 25px;
	font-size: 10px;
}
table.contacts th {
	text-align: right;
}
table.contacts input {
	border: 1px solid #a9a9a9;
}
table.contacts textarea {
	border: 1px solid #a9a9a9;
}
