html {
	width: 100%;
}
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
div#header {
	background-color: black;
	width: 678px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	color: white;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
}
div#header h1 {
	color: white;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}
div#content {
	background-color: white;
	width: 718px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px dotted grey;
	border-right: 1px dotted grey;
	margin-bottom: 140px;
}
.folderinfo {
	min-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	border-bottom: 1px dotted grey;
}
.display {
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	border-bottom: 1px dotted grey;
}
.display img {
	margin-right: 10px;
}
.blank {
	background-color: #E7F296;
	border-bottom: 1px dotted grey;
	height: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
}
a:link, a:visited, a:active {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}