<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix {
      clear: both;
}

html, body {
	margin: 0;
}

a {
    color: #726E25;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

body {
	background-image: url("../img/bg.jpg");
	color:#000;
    font-size: 12px;
    font-family: Verdana;
}

.wrapper {
	margin: auto;
	width: 1066px;
	margin-top: 20px;
}

.header {
	background-image: url("../img/header.png");
	width: 1066px;
	height: 176px;
}

#logo {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 765px;
	height: 50px;
	text-align: center;
	padding: 76px 10px 0 290px;
}

.page {
	width: 1066px;
	min-height: 370px;
	background-color: #d2d2d2;
	padding-bottom: 20px;
}

.navigation {
	width: 260px;
	min-height: 150px;
	float:left;
	color:#000;
}

.navigation ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.navigation li {
	background-image: url("../img/ls.jpg");
	background-repeat: no-repeat;
	list-style: none;
	padding: 0 10px 10px 30px;
}

.navigation a {
	color: #000;
	font-weight: normal;
}

.navigation a:hover {
	color: #726E25;
}

.navigation &gt; ul &gt; li.active, .navigation &gt; ul &gt; li.active &gt; a {
      color: #726E25;
}

.navi_head {
	background-image: url("../img/navi_head.png");
	background-repeat: no-repeat;
	padding: 90px 15px 30px 25px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color:#fff;
	min-height: 15px;
}

.content {
	float:left;
	width: 806px;
	min-height: 150px;
}

.cont_head {
	width: 750px;
	background-image: url("../img/cont_head.png");
	background-repeat: no-repeat;
	padding: 37px 20px 20px 37px;
	font-size: 16px;
	font-weight: normal;
	color:#fff;
	min-height: 15px;
}

.cont {
	width: 756px;
	min-height: 150px;
	padding-left: 25px;
	padding-right: 25px;
}

.footer {
	background-image: url("../img/footer.png");
	width: 1066px;
	height: 65px;
}

.submenu_item {
	margin-left: 30px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #000 !important;
	font-size: 11pt;
	font-weight: bold;
	background: none !important;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.menu_separator {
	list-style-type: none;
	background: none !important;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
</pre></body></html>