body #footer
{
  background-image:url('footeraliceblue.jpg');
  background-repeat:repeat-x;
  border-left-style:none;
  border-right-style:none;
  border-top-style:dashed;
  border-bottom-style:dashed;
  border-top-width:1px;
  border-bottom-width:1px;
  border-top-color:#009933;
  border-bottom-color:#009933;
}

#footer a:link, #footer a:visited	{
    color:black;
	font-size : small;
	font-weight : normal;
   	margin-right : 8px;
	text-decoration : none;
}

#footer ul li a
{
text-align: center;
}

#footer ul
{
  list-style-type:none;
}

#footer ul,#footer li
{
    display:inline;
}

#footer ul a:hover	{
	color : #f00 !important;
	font-weight:bold;
}

#copyright
{
  text-align: center;
}

/*
#footer ul
{
  margin-left:450px;
}
*/
