/* this document contains the styles for the page footer - only for content pages - the index footer styles are located in styles/index.css, they use different settings because the footer is absolutely positioned on the homepage */

div#footer{
	position:relative;
	width:756px;
	margin:0;
	height:17px;
	background-image: url("../images/slices/footerbg.gif");
	background-repeat:repeat-x;}
div#footer a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:.8em;
	text-decoration:none;
	float:left;
	margin:1px 0 0 8px;}
div#footer a:hover{
	color:#FDD205;} /*EONI was color:#000099; P1Tel orange = #FF8000; P1Tel gold = #FDD205 */ 
div#footer img{
	float:right;
	margin:0 8px 0 0;}