﻿:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
}
#wrapper {
	border: solid thin #cbc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	line-height: 1.1875rem;
	width: 906px;
	margin: 0.75rem auto;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	position: relative;
	background: url(bgf.jpg) no-repeat bottom left;
}
article {
	margin: 0 0 0 0;
	padding: 0.9375rem;
}
header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 1.6875rem;
	right: 2.9375rem;
}
header img {
	position: relative;
	top: -9px;
	left: 0;
	margin: 0 0 0 0;
	text-align: right;
}
section {
	margin: 0 0 0 0;
	padding: 1.625rem 0 1.5rem 11.875rem;
}
section strong {
	color: #008023;
}
footer {
	margin: 0 0 0 0;
	padding: 0 0 0 0; display: none;
}
aside {
	margin: 0 -0.1875rem 6.25rem 13.4375rem;
	padding: 0.3125rem;
	font-size: 0.5625rem;
	line-height: 1rem;
	border-bottom: 0.0625rem solid #000000;
}
aside p:nth-of-type(1) {
	margin-bottom: 0.375rem;
}
aside span{ color: #0070C0;}
sub, sup {
	font-size: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
h1 {
	font-size: 1.875rem;
	margin: 1rem 0 1.5rem;
	color: #FF0000;
	line-height: 1.875rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
h1 span {
	font-size: 70%;
	font-weight: normal;
}
h2 {
	font-size: 1.5rem;
	margin: 0 0 0.125rem 0.9375rem;
	font-weight: normal;
	color: #000000;
	line-height: 1.5rem;
	font-family: 'Open Sans', sans-serif;
}
h2 span {
	font-size: 0.8125rem;
}
h3 {
	font-size: 1.375rem;
	margin: 0 0;
	font-weight: normal;
	color: #fff;
	line-height: 1.8125rem;
	font-family: 'Open Sans', sans-serif;
	background: url(bg.jpg) no-repeat  top right;
	padding: 0.1875rem 1.875rem 0.375rem;
}
h3 span { display: inline-block;  margin-right: 30px;}
p {
	margin-bottom: 1rem;
}
p:last-child {
	margin-bottom: 0;
}
a {
	color: #00f;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	margin: 5px 0 1.5625rem 0;
	padding: 0 0 0 0;
	list-style-image: url();
	list-style: none;
}
ul li {
	padding-left: 0.75rem; padding-bottom: 5px;
}
li:before {
	text-indent: -0.75rem;
	content: "\2022";
	color: #008023;
	float: left;
	margin-left: 0;
	font-size: 1.125rem;
	margin-top: -0.0625rem;
}
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}

@media screen and (max-width: 904px) {
#wrapper {
	width: 100%;
	font-size: 0.8125rem;
	line-height: 1.0625rem;
	border: none;
	margin: 0; background-image: none;
}
article {
	padding: 0.625rem;
	text-align: left;
}
header, aside, footer {
	position: relative;
	top: 0;
	left: 0;
}
header {
	text-align: right;
}
footer {
	text-align: left; display: block;
}
aside {
	text-align: left; margin: 0; padding: 0;
}
p {
	margin-bottom: 0.5rem;
	text-align: left;
}
a {
	font-weight: bold;
} section {
	margin: 0 0 0 0;
	padding: 0;
} h2 {
	font-size: 1.5rem;
	margin: 0 0 0.125rem 0;
	font-weight: normal;
	color: #000000;
	line-height: 1.5rem;
	font-family: 'Open Sans', sans-serif;
}
h2 span {
	font-size: 0.8125rem;
}
h3 {
	font-size: 1.375rem;
	margin: 0 0 10px;
	font-weight: normal;
	color: #fff;
	line-height: 1.8125rem;
	font-family: 'Open Sans', sans-serif;
	background: url(bg.jpg) repeat 0 0;
	padding: 0.1875rem 0.625rem 0.1875rem  0.625rem;
    background-size: 100% 100%;
}
}
