header{/*2025/12/20*/
	position :relative;
}
header a{/*2025/12/20*/
	position:absolute;
	top: 63.5%;
	right: 5px;
}
header a img{/*2025/12/20*/
	margin-top: -5px;
	margin-left: -5px;
	margin-right: -6px;
}
.container {
	max-width: 1275px;
}

.footer_img {
	border-top: solid 2px maroon;
	text-align: center;
	background-color: #99ffff;
	height: 48px;
}

@media print {
	.no_print {
		display: none;
	}
}

body {
	background-image: url("../bgimg.jpg");
	background-attachment: fixed;
}

header {
	background-image: url('img/header_low.jpg');
	font-family: 'Kosugi Maru', sans-serif;
	height: 134px;
	border-top: solid 6px teal;
	border-bottom: solid 5px maroon;
}

header svg {
	width: 300px;
	height: 100px;
	overflow: visible;
}

header svg text {
	fill: #000;
	stroke: #FFF;
	stroke-width: 0.5px;
	stroke-linejoin: round;
	font-size: 50px;
}

footer {
	margin-top: -4px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	text-align: center;
	background-color: #ffcc99;
}

footer p {
	margin-top: 2px;
	margin-bottom: 2px;
}