/* contentHeader */

div#texts div.contentHeader,
div#texts div.texts {
	margin-top: 10px;
}

div#texts h3 {	
	line-height: 35px;
	margin-bottom: 10px;
}

div#texts h4 {	
	font-size: 30px;
	margin-bottom: 10px;
}

div#texts div.text,
div#texts div.image {
	width: 450px;
	float: left;
}

div#texts div.image {
	overflow: hidden;
	margin-right: 10px;
}

/* pagination */

div#texts div.pagination {
	width: 100px;
	padding-top: 10px;
	text-align: right;
	float: right;
	font-weight: bold;
}

/* files */

table.files tr td {
	border-bottom: none;
}