nav #menu_3{
	color:#118fb7;
	box-shadow:0 2px #e79f07;
}

#intro_text{
	margin-bottom:40px;
	text-align:center;
	font-size:1.9em;
	padding:50px 0 100px;
	width:100%;
	background:url('../images/logo.png') no-repeat right 70px;
}
.article .pictureframe, .article .texts{
	display:inline-block;
	vertical-align:top
}
.article{
	margin-bottom:15px;
}
.article h3{
	padding-bottom:10px;
	border-bottom:dotted 1px silver;
}
.article p{
	width:550px;
	margin-left:50px;
}
.pictureframe{
	width:300px;
	overflow:hidden;
	border-radius:5px;
}
.texts{
	padding:0 10px;
}