/* footer */

#footmenu {
	position: absolute;
	top: 21px;
	left: 0;
	width: 680px;
	height: 18px;
	padding: 0 0 0 20px;
	}
#footmenu p {
	color: #444;
	font: 11px/11px "lucida sans unicode","lucida sans","trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	}
#footmenu a {
	color: #666;
	text-decoration: none;
	}
#footmenu a:hover {
	color: #000;
	}
	
#footcopy {
	position: absolute;
	top: 22px;
	left: 720px;
	width: 200px;
	height: 19px;
	}
#footcopy p {
	color: #bbb;
	font: 10px/10px arial,"trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	}
