body {
	font-family: 'Open Sans', sans-serif;
	margin-left:auto;
	margin-right:auto;
}

p {
	font-size: 14px;
	color: #333;
	margin: 0px 0px 18px 0px;
}

h1 {
	margin-top: 28px;
	font-size: 44px;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 5px;
	font-weight: 300;
    color: #777777;
    margin-bottom: 10px;
    margin-top: 40px;
}

h3 {
	font-size: 18px;
	margin-top: 0px;
}

img.logo {
	float: left;
}