/* CSS Document */

/************************
 * COLORS				*
 * #2a2020	dk purple	*
 * #7e6e6e	lt purple	*
 ************************/
body * {
	color: #000;
}

div#header h1 a, div#header {
	text-indent: 5px;
	color: #000;
	height: auto;
	width: auto;
	font-size: 26px;
	font-weight: bold;
	position: inherit;
	display: block;
	top:auto;
	left:auto;
	padding: 0;
	margin: 10px 0;
}

#header h1 {
	border-bottom: 2px solid #000;
}

#footer a {
	text-indent: 5px;
	color: #000;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	position: inherit;
	display: block;
	top:auto;
	left:auto;
	margin: 5px; padding: 0;
	width: auto;
}

#content {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}

#wrapper {
	border: none;
}

/* NAV */
#navbar, #status, #leftcol, #quicksearch, #loginicon {
	display: none;
}
			