.sold {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	letter-spacing: 2px;
}

#botnav a {
	text-decoration: none;
	font-weight: bold;
}

#botnav a:hover {
	text-decoration: underline;
}
#botnav {
	width: 70%;
	text-align: center;
	color: #000033;
	float: right;
	margin-bottom: 20px;
	font-size: 80%;
}
.clear {
	clear: both;
}

#botnav ul {
	list-style: url(none) none;
}
#botnav ul li {
	display: inline;
}
.fltright {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}