#text-references {
	float: left;
	margin-top: 30px;
	width: 600px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #262626;
}

	#text-references p {
		margin-top: 4px;
		color: #262626;
	}
	
	#text-references span {
		color: #ea680e;
	}
	
	#text-references .first {
		margin-top: 0px;
	}
	
	#text-references h3 {
		margin-top: 30px;
		font-weight: bold;
		font-size: 18px;
		color: #262626;
	}
	
	#text-references h4 {
		font-weight: normal;
		font-size: 16px;
		color: #ea680e;
	}
	
#sidebar {
	float: right;
	width: 250px;
	background: url(/images/filler-01.png) repeat-y;
	height: 600px;
	margin-right: 20px;
}