body {
	background: #070D0B;
	padding: 0px;
}
#slides {
	height: 303px;
	width: 473px;
	margin-bottom:20px;
	border-top: 3px solid #D18F33;
}
ul.topNav {
	float: right;
	text-align: right;
	margin: 24px;
}
ul.topNav li {
	margin-bottom: 2px;
	color: #FFF;
	padding-bottom: 2px;
	font: bold 10pt Arial, Helvetica, sans-serif;
	list-style: none;
}
ul.topNav li a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
ul.topNav li a:hover {
	color: #FFF;
	font-weight: bold;
}
ul.leftNav {
	margin: 6px 0px 0px;
	padding: 0px;
	float: left;
	width: 135px;
}
ul.leftNav li {
	list-style: none;
	border-bottom: 1px solid #DA9F4B;
	margin: 0px;
	float: left;
	width: 123px;
	padding: 6px;
	font: bold 9pt/12pt Arial, Helvetica, sans-serif;
	color: #FFF;
}
ul.leftNav li a {
	color: #E1AE63;
	text-decoration: none;
	font-weight: normal;
}
ul.leftNav li:hover {
	background: #6EB0A3;
}
ul.leftNav li a:hover {
	color: #000;
}
img.bookTns {
	border: 1px solid #F6EADF;
	float: left;
	margin-right: 8px;
	margin-bottom: 12px;
}
.clearFloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
