body{
	width:960px;
	margin:15px auto;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

p{
	margin:0 0 20px 0;
}

p, li{
	line-height:20px
}

header#pageHeader{
	width:100%;
	text-align: center;
}

header#pageHeader nav ul ,#pageFooter nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#pageHeader nav ul li, #pageFooter nav ul li{
	padding:0;
	margin: 0 20px 0 0;
	display:inline;
}

section#posts{
	float: left;
	width: 74%;
}

section#posts aside{
	float: right;
	width: 35%;
	margin-left: 5%;
	font-size: 20px;
	line-height: 40px;
}

section#sidebar{
	float: left;
	width: 25%;
}

footer#pageFooter{
	clear: both;
	width: 100%
	display: block;
	text-align: center;
}