div#center {
	width: 620px;
}
div#center h2 {
	width: 609px;
}

#center .message h2 {
	float: none;
}
.message .item-title h3 {
	float: left;
	text-align: left;
}
.message .item-file {
	margin-top: 5px;
	margin-left: 10px;
	height: 150px;
	float: right;
}
.message .item-date {
	float: right;
}

.page_selector, .item_selector {
  margin: 5px;
  text-align: right;
  font-size: 75%;
  padding-top: 5px;
	clear: both;
}
.page_selector select {
  font-size: 90%;
}

