/* CSS Document */
div.wrapper {
	padding: 0 30px;
	margin: 0 auto;
	width: 710px;
}
div#main {
	clear: both;
}
div.content {
	float: right;
	width: 510px;
	margin-bottom: 30px;
}
div.footer {
	clear: both;
	padding: 7px 0 14px;
	margin: 30px auto 0;
	text-align: center;
	border-top: 1px solid #E8E8E8;
}
div.clear {
	clear: both;
}
div.info {
	margin-bottom: 10px;
	font-style: italic;
	text-align: center;
	clear: both;
}
div.pagination {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	text-align: center;
	border-bottom: 1px solid #E8E8E8;
	/*display: none;*/
}