@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}
body {background: #fff; font: 100%/1.6em "Times New Roman", Times, serif; color: #666;}
#container {margin: 0 auto; width: 600px; margin-top: 15%;}
.hideme {left: -32768px; position: absolute; top: -32768px;}
.center {text-align:center;}
img {margin-bottom: 2em;}
h2 {font-size: 37px; margin-bottom: 1em; line-height: 1.2em;}
h1 {font-size: 55px; color: #6699cc; margin-bottom: 0.5em; line-height: 1.2em; border-bottom: 1px solid #6699cc;}
h1 span {
	color: #333;}
address {font-style: normal; color: #666; font-size: 120%; margin-left: 0px; margin-top: 20px;}
.locality {display: inline-block; margin-bottom: 1em;}
a {color: #666; border-bottom: 1px dotted #ccc; text-decoration:none;}
a:focus,
a:hover {border: none;}

@media (max-width: 767px) {	
#container { width: 80%; margin-top: 5%;}
img {max-width: 100%;}
address {margin: 0; text-align: center; line-height: 1.8em; }
h2 {font-size: 24px; margin-bottom: 1}
}