﻿body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 10px;
	background-color: #FFFFFF;

}


#footer {
	text-align: center;
/*
	background-attachment: scroll;
	background-image: url(../images/mapsmall.gif);
	background-repeat: no-repeat;
	background-position: right center;
    background-color: #CCCCCC;
*/
    padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #000000;
}