/*Layout CSS*/
body {
	color: #000;
	font: small/1.2em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 10px;
}
.conteiner {
	margin: auto;
	/*max-width: 800px;*/
	max-width: 50%;
	max-height: 60%;
}
.header {
	background: #ccc;
	margin: 0 0 20px 0;
	padding: 10px;
	text-align: center;
}
.descr {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 15px 0;
	text-align: left;
}
.liPaginate {
	max-height:60%;
	margin: 0 0 20px 0;
}
hr {
	border: 0;
	border-bottom: 1px dashed #ccc;
	height: 0;
	margin: 20px 0;
}
.test_to_page {
	text-align:center;
	padding:20px 0;
}
.test_to_page a {
	padding:0 20px; 
	display:inline-block;
}