body{
	background: #eee;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial ;
	color: #152847;

}
#header{
	background: url(logo.png) no-repeat 30px 30px #fff;
	width: 1000px;
	height: 160px;
	margin: 20px auto 0;
	border-radius: 20px 20px 0 0;
	}
.strapline {
	padding-top: 120px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: 200;
	color: #4E5E7D;
	
}	
#content {
	margin: 0 auto;
	width: 1000px;
	border-radius: 0 0 20px 20px;
	background: #fff;
	margin-bottom: 20px;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: 100;
	color: #cc3300;
	font-size: 30px;
	font-style: normal;
	padding: 10px 20px 10px 40px;
	margin: 0;
	}
p {
	font-family: "Helvetica Neue", Helvetica, Arial ;
	font-weight: 200;
	line-height: 1.6em;
	font-size: 14px;
	padding: 0 20px 20px 40px;
	margin: 0;
	}
a {
	color:#152847;
	font-weight: 1000;
	}
a:hover {
	text-decoration: none;
	}

.fb-like {
	padding: 0 20px 20px 127px;
}
strong {
	font-weight: 1000;
}
