#artwork {
	background-image: url(../images/artwork_news.png);
	background-position: -15px 0px;
}
h1 {
	background-image: url(../images/h1_news.png);
}
.article {
	width: 628px;
	margin-left: 300px;
}
.history {
	float: left;
	width: 288px;
}
.article h2 {
	text-indent: 0;
	width: 90%;
	color: #AFAAA0;
	font-size: 2.45em;
	margin-bottom: 10px;
}
span.date {
	float: right;
	font-size: 1em;
	color: #303030;
	margin-top: 10px;
}
.article p {
	color: #918873;
	font-size: 1.2em;
	line-height: 1.4em;
}

.history ul, .history li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.history li {
	background: url(../images/bullet-news.png) 6px 11px no-repeat;
	border-bottom: 1px solid #25231d;
	padding: 10px 0 10px 26px;
}
.history li a {
	color: #918873;
	font-size: 1.1em;
}
.history .pagination {
	margin-top: 10px;
	margin-left: 3px;
}
.history .pagination * {
	margin-right: 3px;
	color: #57543f;
	font-size: 1.1em;
}
.pagination .page {
	float: left;
}
.history .pagination a, .history .pagination .current {
	float: left;
	padding: 2px 3px;
	font-size: 1em;
}
.history .pagination .current {
	cursor: default;
	background: #000;
	border: 1px solid #181611;
	color: #777;
	padding: 1px 5px;
}

.footnav {
	width: 100%;
	border-top: 1px solid #161410;
}
.footnav a {
	font-size: 1.15em;
	color: #918873;
}
.footnav a.rss {
	font-size: 1.1em;
	padding-left: 17px;
	background-image: url(../images/rss.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #6a6354;
}

.prevnext {
	float: right;
	width: 628px;
}
.footnav a.next {
	float: right;
}
.footnav a.prev {
	float: left;
}