h1, h2 {
	font-size: 24px;
	font-family: HelveticaNeueMediumCond, Arial, sans-serif;
	color: #676767;
	margin-bottom: 20px;
	font-weight:normal;
}

.overview {
	width:220px;
	float:left;
}
	.overview a {
		padding-bottom:10px;
		border-bottom:1px solid #ebf3f9;
		display:block;
		width:100%;
		text-decoration:none;
		color:#777777;
	}
		.overview a:hover {
			text-decoration:underline;
			color:#ff9600;
		}
		.overview a.active {
			color:#ff9600;
		}

.article {
	float:left;
	padding-left:20px;
	width:650px;
	border-left:1px solid #ebf3f9;
	margin-top:-30px;
	margin-bottom:-30px;
	padding-top:30px;
	padding-bottom:30px;
	text-align:justify;
	line-height:1.5em;
}
	.article .photo {
		padding:2px;
		border:1px solid #e7e7e7;
		float:right;
		margin-left:20px;
		margin-bottom:20px;
		width: 250px;
	}
		.article .photo img {
			display:block;
		}