<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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%;
	background: transparent;
}
body {
	font: 16px "Times New Roman", Times, serif;
	width: 100%;
	color: #3f3f3f;
	padding: 40px 0;
	background: #d8cab2 url(images/bgr.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover; /* Safari Рё Chrome */
	-o-background-size: cover; /* Opera РґРѕ РІРµСЂСЃРёРё 10.53*/
	-moz-background-size: cover; /* Firefox РґРѕ РІРµСЂСЃРёРё 4.0*/
	background-size: cover; /* CSS3*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #c99551;
	outline: none;
	text-decoration: underline;
}
a:visited {
	color: #7545ab;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
h1 {
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: 35px;
	font-weight: normal;
}
h3 {
	font-size: 30px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}
small {
	font-size: 10px;
}



.main {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}
.logo {
	width: 100%;
	height: 114px;
	text-align: center;
	margin-bottom: 40px;
}
.navigate {
	width: 100%;
	white-space: nowrap;
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}
.navigate img {
	padding: 0 10px;
}
.navigate img.bullet-first {
	padding: 0 5px 0 0;
}
.navigate img.bullet-last {
	padding: 0 0 0 5px;
}
.navigate a {
	color: #3f3f3f;
	outline: none;
	text-decoration: none;
}
.navigate a:visited {
	color: #3f3f3f;
}
.navigate a:hover {
	color: #c99551;
	text-decoration: underline;
}
.welcome {
	font-size: 20px;
	line-height: 1.3em;
}
.footer {
	margin-top: 40px;
}
.contacts {
	width: 100%;
	border-top: 1px solid #b8b4ae;
	margin-bottom: 20px;
}
.contacts td {
	padding: 5px 0;
	border-bottom: 1px solid #b8b4ae;
}
.contacts td h3 {
	padding-top: 20px;
}
.imgright {
	float: right;
	margin: 0 0 0 20px;
	width: 400px;
	height: 200px;
	border: 1px solid #b8b4ae;	
}
.imgright td {
	padding: 5px;
}</pre></body></html>