#page-content-wrapper {
	float: left;
	padding: 2px;
	margin: 2px 0;
	width: 840px;
	background-color: #798F61;
}

#page-content {
	float: left;
	background-color: #edece3;
}

#top-spacer {
	float: left;
	border-top: 1px dotted #c8c7c7;
	margin-top: 42px;
	width: 844px;
	height: 20px;
	margin-bottom: 4px;
	background-color: #798F61;
}

#list-wrapper {
	float: left;
	overflow: display;
}

#list-content-wrapper {
	float: left;
	background-color: #798f61;
}

#list-content {
	float: left;
	padding: 2px;
	background-color: white;
	border: 1px solid black;
}

#list-content-inner {
	float: left;
	background-color: white;
	border: 1px solid black;
}

#list-category-name {
	font-size: 14px;
	color: #edece3;
	background-color: #798f61;
	border-bottom: 1px dotted #c8c7c7;
}

ul#list-item {
	background-color: #798f61;
}

ul#list-item li {
	width: 824px;
	padding: 4px;
	background-color: #edece3;
	border-top: 2px solid white;
}

ul#list-item li.header {
	color: #edece3;
	font-size: 14px;
	background-color: #798f61;
}

a.download {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
	width: 73px;
	height: 13px;
	border: 1px dotted #798f61;
}

a.download:hover {
	border: 1px solid #798f61;
}