<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

header {
	height: 323px;
	background-size: 800px 323px;
	background: url(../images/contact_m.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;

}

header a.logo {
	width: 230px;
	height: 140px;
	top: 5px;
	right: 5px;
	background-image: url(../images/logo_ro_m.jpg);
	background-size: 230px 140px;
}
.page header p {
	font-size: 1em;
	font-weight: normal;
	color: #ffffcc;
	right: 5px;
	margin-left: 10px;
	line-height: 1em;
	text-align: left;
	display: block;
	margin-top: 15px;
}

nav { top: 323px; }
nav a { margin-right: 5px; }

.promo_container { padding: 0px 20px 15px 20px; }
.promo_container .promo { background-position: 0px 0px; }
.promo_container .promo .content { padding: 70px 30px 0px 0px; }

body { background-image: none; }

</pre></body></html>