@charset "utf-8";
body {
	color: #CCFF00;
	background-color: #004000;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	font-family: Garamond, Georgia, serif;
	font-size: 1.25em;
	line-height: 1.5em;
	text-align: center;
}
#content {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}

#wrap {
}


a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #CCFF00;
}
#content p a {
	margin: 0px;
	padding: 0px;
}
#wrap {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}


#file   {
	list-style-image: url(images/file.png);
	list-style-position: outside;
	list-style-type: none;
}
#folder     {
	list-style-image: url(images/folder.png);
	list-style-position: outside;
	list-style-type: none;
}
#wrap #header h1 {
	position: relative;
	left: -9999px;
}
#wrap #header {
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 72px;
}
