﻿* { box-sizing: border-box;margin:0rem; padding:0rem; }
:root {  font-size:16px;}
html { min-height: 100%; }
#wrapper {
	border: solid thin #000;
	font-size: 1rem;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.125rem;
	max-width: 453px;
	margin: 0.75rem auto;
	padding: 0rem;
	background: #fff url(bg.jpg) no-repeat;
	overflow: hidden;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #00673C;
	background-size: 100% 100%;
	}
article {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.625rem 0.625rem 0.4375rem 0.9375rem;
	}
header {
	margin: 0.2rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	}
header img { position:relative; top:0rem; left:0rem; margin:0rem 0rem 0rem 0rem; text-align:right; }
section {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem; }
footer {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem; }
h1 {
	font-size:1.5rem;
	margin: 0rem 0rem 0rem;
	line-height: 1.9375rem;
	}
h1 span { font-size:70%; font-weight:bold; }
h2 {
	font-size:1.5rem;
	margin: 1rem 0rem;
	line-height:1.75rem; }
h3 {
	font-size:1.375rem;
	margin: 1rem 0rem;
	line-height:1.625rem; }
p {
	margin-bottom: 0;
	}
p:last-child {
	margin-bottom:0rem; }
a {
	color: #000;
	text-decoration: none;}
a:hover {
	text-decoration: underline; }
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */ }
ul {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	list-style-image: url();
	list-style: none; }
ul li {
	padding-left: 1.25rem; }
li:before {
	text-indent:-1.25rem;
	content: "\2022";
	color: #000;
	float: left;
	margin-left: 0px;
	font-size: 1.5625rem; margin-top:-1px;	}
.clearfix {
	clear:both;font-size:0px;line-height:0px;display:block; }
@media screen and (max-width: 453px) {
#wrapper {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.1875rem;
	border:none;
	margin:0px;
	}
article  { padding: 0.625rem; }
article br {display: none; }
header,aside,footer { position: relative; top: 0px; left: 0px;}
header{text-align: left;} 
footer{text-align: left;}
aside{text-align: left;}
p {/* margin-bottom:3%; */}
a { font-weight:bold;}
}