#footer			{
			border-top: 3px double #ddd;
			background: #fff;
			height: 300px;
			color: #555;	
			font-family: verdana, arial;
			} 

#footercopyright	{
			font-size: 7pt;
			position: absolute;
			left: 10px;
			bottom: 5px;
			color: #555;
			}

#footercopyright a	{
			font-size: 7pt;
			color: #555;
			text-decoration: none;
			}

#footercopyright a:hover{
			color: #992020;
			text-decoration: none;
			}

#footernav		{
			font-family: verdana;
			font-size: 7pt;
			margin-left: 200px;
			margin-top: -14px;
			}

#footernav a		{
			color: #555;
			text-decoration: none;
			padding: 0em 0em 0em 0em;
			border: 0px single #fff;
			}

#footernav a:hover	{
			text-decoration: none;
			color: #992222;
			}

