#footerbkgrnd { 
	background-image:url(/images/bkgrnd_ftr.gif);
	background-position:top;
	background-repeat:repeat-x;
	height: 75px;
} 

#footer { 
	padding: 5px 5px 0 5px;; 
	width: 853px;
	text-align:center;
	margin: 0 auto;
}

#footer_copyright {
	float: right;
	width: 325px;
	position:relative;
	text-align:right;
	font-family: Georgia, Times Roman, Arial, sans-serif;
	text-decoration : none;
	font-size:.65em;
	color : #fff;
	}

#footer_menu {
	width:450px;
	position:relative;
	text-align:left;
	float:left;
}

#footer_menu_counter ul {
	margin : 0;
	padding : 3px;
	list-style : none;
	text-align:left;

}

#footer_menu_counter li {
	display : inline;
}

#footer_menu_counter a  {
	padding : 0px 0px ;
	font-family: Georgia, Times Roman, Arial, sans-serif;
	text-decoration : none;
	text-align:left;
	font-size:.85em;
	color : #fff;
}

#footer_menu_counter a:hover {
	color : #fff;
	text-decoration:underline;
}
