body {
	background: #9db3c1 url(/img/bg.jpg) no-repeat center 1em;
	color:black;
	font-family: garamond, "times new roman", times, serif;
	font-size:14pt;
	text-align:left;
	margin:3em 1em 1em 1em;
}
#content_ru {
	font-family: "Segoe UI", Candara, "Trebuchet MS", Verdana, sans-serif;
	font-size:12pt;
	width:30em;
}
h1 {
	font-size:18pt;
}
h2 {
	font-size:110%;
}
p {
	padding-right:1em;
}
img.logo {
	float:left;
	margin:0.3em 2em 2em 0em;
}
ul.menu {
	color:black;
	font-family:Calibri, "Gill Sans", "Trebuchet MS", sans-serif;
	font-size:85%;
	font-weight:bold;
	float:right;
	position:relative;
	text-align:right;
	left:6em;
	margin-left:-6em;
	width:7em;
}
ul.menu li {
	padding-left:1em;
}
ul.menu a {
	background-color:#6e848c;
	display:block;
	padding:0.1em 0.5em 0.1em 0.1em;
	margin-bottom:0.3em;
	width:100%;
}
ul.menu a:hover {
	color:white;
}
div.content {
	margin:0 auto;
	width:26em;
}
div.text {
	border-bottom:1px solid #6e848c;
	border-right:3px solid #6e848c;
}
div.text ul {
	display:block;
	list-style-type:disc;
	padding-left:1em;
	border-bottom:1px dotted #6e848c;
}
div.copy {
	border-top:1px solid #6e848c;
	border-left:3px solid #6e848c;
	font-size:12pt;
	padding:0.1em 0em 0.1em 0.3em;
	width:30%;
}
div.address {
	padding:0.3em 0em 0.3em 0em;
	width:26em;
}
ul.postal {
	float:left;
	margin-right: 2em;
}
ul.contact {
	text-align:right;
}
a, a:visited, a:hover {
	color:#3a4549;
}

p em {
	font-weight:bold;
	font-style:italic;
}
ol, ul {
	list-style: none;
}
sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, cite, dfn, em, img, q, samp, body {
	line-height: 1;
}
:focus {
	outline: 0;
}