body {
	background-image: url(../i/bgIndex.gif);
	background-repeat: repeat-y;
}
div#hometext {
	width: 256px;
	background-image: url(../i/bgHomeText.png);
	background-color: #BCBCB0;
	background-repeat: no-repeat;
}
div#hometext p {
	color: #333;
	font-size: .7em;
	margin: 0;
	padding: 20px;
	line-height: 1.4em;
}
div#left {
	position: absolute;
	top: 84px;
	left: 0;
	width: 256px;
	background-color: #494539;
}
div#bottom {
	width: 802px;
}
div#pdf {
	height: 110px;
}
div#content {
	background-color: #414137;
	margin: 0 0 0 256px;
}
div#content, div#content p {
	color: #a6a991;
}
div#recent {
	margin: 0;
	padding: 0 70px 10px 35px;
	color: #A6A991;
	font-size: .7em;
}
div#recent a {
	float: left;
	padding-bottom: 6px;
	padding-left: 8px;
	width: 375px;
	color: #a6a991;
	text-decoration: none;
}
div#recent a:hover {
	text-decoration: underline;
/*	text-transform: inherit;*/
}
div#recent dl, div#recent dt, div#recent dd {
	margin: 0;
	padding: 0;
}
div#recent dt {
	float: left;
	clear: left;
	padding-right: 1px;
	color: #a6a98e;
}