* { margin: 0px; padding: 0px; outline: none; }

body {
	padding: 30px; 
	background: #3e5f86;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px;
	color: #000;
}

p { margin: 10px; }
a { color: inherit; }
img { border: none; }
ul { margin: 5px 5px 10px 30px; }

.spacer { clear: both; height: 20px; }

#container { 
	position: relative;
	width: 100%; 
	text-align: center; 
}

.wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 30px; 
	border-radius: 10px; 
	background: #fff !important;
	text-align: left; 
}

h1 { position: relative; text-align: left; border-bottom: 1px solid #000; }
h1 span { position: absolute; bottom: 0; right: 0; font-size: 0.7em; font-weight: normal; }

h2 { margin: 20px 10px 5px 10px; font-size: 1.3em; }

.contact { margin: 3px 0 20px 0; text-align: left; font-size: 1.1em; }
.contact span { display: block; }

