.p_navigation a {
	color: black;
	margin-left: 50px;
	font-size: 11px;
}

.p_navigation {
	padding-top: 30px;
	padding-right: 30px;
}

.p_navigation .p_prev,
.p_navigation .p_next {
	color: #CC6633;
}

h1 {
	color: #CC6633;
	width: 400px;
	display: block;
}

.p_article {
	width: 500px;
}

.p_details {
	padding-bottom: 2px;
	border-bottom: solid 2px #CC6633;
	width: 400px;
}

.p_article_body {
	width: 400px;
}

.p_picture {
	display: block;
	float: left;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 15px;
	display: inline;
}