#header {
	margin-top: 25px;
	/*text-align: center;*/
	color: #ffffff;
}

#header h1 {
	font-size: 52px;
	text-align: center;
}

#header h2 {
	text-align: center;
	}

#header a {
	margin-left: 50px;
}

#content {
	font-family: "Open Sans";
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 60px;
}

.content-block {
	margin-top: 70px;
}

.content-block p {
        margin-top: 20px;
}

#dividing-line {
	border-bottom: 1px solid #c8cdd1;
	margin-top: 80px;
	height: 0px;
	box-shadow: 0 0 10px #ccc;	
}

#footer {
	margin-top: 20px;
	text-align: center;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #333;
}
