
#nl-container{
	width:  100%;
}
#nl-header, #nl-content{
	width: 900px;
	margin: auto;
	margin-top: 40px;
}
#nl-header-image{
	width:600px;
	margin: auto;
	padding-left: 100px;
}
#nl-post{
	clear: both;
	display: block;
	margin-bottom:20px;
}
#nl-post-image{
	width: 380px;
	float:left;
}
#nl-post-content{
	float: left;
	width: 500px;
}
#nl-post-content p span, #nl-post-content h1, #nl-post-content h2, #nl-post-content h3, #nl-post-content h4{
	background-color: #FFF;
	padding:4px;
	margin-bottom: 8px;
	color: #000;
	font-family: "Courier New", Courier, mono;
}

#nl-post-content h1{
	font-size: 2em;
	font-weight: bold;
}
#nl-post-content h2{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 8px;
}
#nl-post-content p{
	font-size: 1.2em;
}
