/***** footer (page functions and legal) *****/
#footer {
	width:			976px;
	text-align:		left;
	height:			36px;
	background-color:	#CCC;
	position:		absolute;
	bottom:			0px;
	clear:			both;
}
#footer li {
	display:		inline;
}
#footer a {
	color:			black;
	background-color:	inherit;
}
#footer a:hover {
	background-color:	inherit;
	color:			#F11A29;
	text-decoration:	none;
}
#footer p img,
#footer ul img {
	float:			none;
}

/***** page functions (go to top, print, email, bookmark) *****/
#pagefunctions {
	width:			976px;
	line-height:		13px;
	padding-bottom:		13px;
	background-color:	#fff;
	float:			left;
}
#liTopOfPage {
	margin-left:		256px;
}
#liPrintPage {
	margin-left:		160px;
}
#liSendPage {
	margin-left:		46px;
}
#liBookmarkPage {
	margin-left:		42px;
}
#pagefunctions img {
	margin-right:		0.33em;
}
#liTopOfPage img {
	margin-right:		0.66em;
}

/***** legal footer *****/
#legal {
	display:		block;
	line-height:		16px;
	background-color:	#CCC;
	color:			black;
}
#legal a {
	font-size:		10px;
}
#legal li {
	font-size:		10px;
	margin-left:		16px;
}
ul#legal {
	margin-bottom: 0;
}