* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

#wrapper {
	border: solid thin #081550;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	position: relative;
	width: 665px;
	margin: 12px auto;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	color: #242021;
}

article {
	padding: 20px 20px 20px;
}

article p strong {
	color: #081550;
}

header {
	position: relative;
}

header a {
	position: absolute;
	width: 28%;
	height: 60%;
	top: 21%;
	right: 9%;
}

footer {
	padding: 20px 20px;
	background: #081550;
	color: #fff;
}

footer a {
	color: #fff;
}

footer span {
	display: block;
}

h1 {
	font-size: 25px;
	margin: 16px 0px 16px;
	line-height: 29px;
	color: #D1232A;
}

h2 {
	font-size: 17px;
	margin: 12px 0px 5px;
	line-height: 21px;
	color: #081550;
}

p {
	margin-bottom: 12px;
}

p:last-child {
	margin-bottom: 0px;
	font-size: 99%;
}

article p:last-child {
	font-size: 99%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a u {
	color: #081550;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	vertical-align: bottom;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	padding-left: 25px;
}

li:before {
	text-indent: -25px;
	content: "\2022";
	color: #242021;
	float: left;
	margin-left: 0px;
	font-size: 17px;
	margin-top: 0px;
}

@media screen and (max-width:663px) {
	#wrapper {
		width: 100%;
		margin: 0px auto;
		border: none;
	}
	article, footer {
		padding-left: 3%;
		padding-right: 3%;
	}

}