#bottom-table {
	width: 1000px;
	height: 28px;
	background-image: url(images/purple-grad-bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-collapse: collapse;
}
#bottom-table #spacer {
	width: 200px;
	background-image: url(images/purple-grad-bottom.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-style: none;
}
#bottom-table td {
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c9f;
}
#bottom-table a:link, #bottom-table a:visited {
	color: #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
#bottom-table a:hover {
	color: #FFFFFF;
}

