body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.8;
	color: #777;
	background: #fff;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.textcenter {
	text-align: center;
}

#container {
	padding: 60px 0 20px 0;
}

a {
	color: #f74421;
	text-decoration: none;
}

a:hover {
	color: #f74421;
	text-decoration: underline;
}


h2 {
	font-size: 48px;
	font-weight: 800;
	color: #f74421;
	line-height: 1.2;
}

h2 span {
	display: block;
	font-size: 20px;
	color: #777;
	line-height: 1.8;
	padding-bottom: 20px;
}

h3 {
	font-weight: 800;
}

