body {
	background: #fff;
	color: #444;
}

h1 {
	color: #222;
	font-size: 45px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

h2 {
	color: #222;
	font-size: 18px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

a {
	color: #20a872;
	text-decoration: none;
	font-weight: bold;
}

p {
	font-family: Georgia, Times, "Times new roman", serif;
}

.mb {
	margin-bottom: 2em;
}

.mt {
	margin-top: 2em;
}

.lmb {
	margin-bottom: 4em;
}

.sep {
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}

#logo {
	text-align: center;
	margin-bottom: 50px;
}

p#intro {
	font-size: 18px;
	color: #999;
	line-height: 1.3em;
	font-family: Georgia, Times, "Times new roman", serif;
}

#header {
	margin-top: 50px;
}

#body {
	padding-top: 60px;
	font-size: 11px;
}

#footer {
	color: #999;
	padding-bottom: 100px;
	font-size: 11px;
	text-align: center;
}