body{
	background-color: #000;
		font-size: 14px;
}
#wrapper{
	width: 942px;
	margin: auto;
}

h2{
	color: #fff;
	font-size:24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-weight: 700;
	line-height: 24px;
}

p,
ul,
ol{
	color: #fff;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-weight: 300;
	line-height: 24px;
}
a{
	color: #ea3800;
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
}
a:hover{
	text-decoration: none;
}
.standfirst{
	color: #ea3800;
	font-size: 16px;
	font-weight: 700;
}
.large-text{
	font-size: 18px;
	font-weight: 700;
}
ul.icons{
	margin: 0px 0 20px 70px;
	padding: 0 0 0 0;
	list-style: none;
}
ul.icons li{
	float: left;
	margin-right: 10px;
	text-indent: -9999px;
}
ul.icons li a.flickr{
	background : url(../images/flickr.gif) top left no-repeat; 
	width: 39px;
	height: 42px;
	display: block;
}
ul.icons li a.facebook{
	background : url(../images/facebook.gif) top left no-repeat; 
	width: 39px;
	height: 42px;
	display: block;
}
ul.icons li a.pdf{
	background : url(../images/download-pdf.gif) top left no-repeat; 
	width: 40px;
	height: 38px;
	display: block;
}
section{
	margin-top: -20px;
}

header{
	margin: 0;
}
article{
	float: left;
	width: 540px;
	margin-left: 70px;
	clear: left;
}
aside{
	float: right;
	width: 160px;
	margin-right: 70px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}