﻿#footer {
	clear: both;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 20px;
}


#rightfoot a:hover 	{text-decoration: none;}
#rightfoot a 		{color: silver; text-decoration: underline;}

#rightfoot {
	background-color: maroon;
	width: 250px;
	overflow: auto;
	text-align: left;
	color: white;
	padding: 6px;
	float: right;
}

#leftfoot {
	text-align: left;
	overflow: auto;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 6px;
}
