@charset "utf-8";
/* CSS Document */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html, body {
	margin: 0;
	height: 100%;
	line-height: 1.75em;
}
#wrap {
  min-height: 100%;
  margin-bottom: -92px; 
}
#wrap:after {
  content: "";
  display: block;
}
#footer, #wrap:after {
	height: 92px; 
}
#footer {
  background: #0f325a;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
header {text-align:center}
header img {
	width: 100%;
	height: auto;
	max-height: 220px;
	border-bottom: 2px solid #00066;
}
h1 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: #000066;
}
main {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
main p::first-letter {
	padding: .1em .2em;
	font-weight: bold;
	font-size: 2em;
	border: 1px solid black;
	border-radius: 5px;
	background-color: aliceblue;
	font-style: italic;
}
main .left {
	float: left;
	width: 40%;
	margin-right: 2em;
	text-align: center;
}
main .right {
	float: right;
	width: 55%;
}

main img {
	width: 100%;
	max-width: 300px;
	border: 1px solid #000066;
	border-radius: 5px;
}
address {
	margin: 0 auto;
	text-align: center;
	line-height: 1.15em;
}
.spacer {
	height: 2%;
}
.CM {
	width: 100%;
	margin: 2em 0 0 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
}
.CM img {
	position: relative;
	top: .4em;
	border:0
}
.CM a {
	color: white;
	text-decoration: none;
}
@media (max-width: 735px){
	main .left {
		float: none;
		width: 100%;
		
		margin-right: 2em;
		text-align: center;
	}
	main .right {
		float: none;
		width: 100%;
	}
}
