.container-narrow {
	width: 700px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.imagestyle1 { position: relative; top: -3px; }

.title {
	clear: right;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	background-color: #eeeeee;
	border-radius: 8px;
}

h2 span {
	font-size: 0.8em;
	word-spacing: -0.05em;
	color: #555555;
}

.content {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

img.displayed {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 350px;
}

ul {
	padding-left: 20px;
}

ul.pub {
	padding-left: 20px;
	list-style: circle;
}

.muted {
	color: #888888;
	font-style: italic;
}

.boxed {
    color: #888888;
    border:2px solid;
    	margin-bottom: 20px;
    border-radius:25px;
    float:left;
}