/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }  
#footer{
	clear:both;
	text-align:right;
	padding: 0px 5px 0px 5px;
	font-size:10px;
	color:#FFFFFF;
	line-height: 25px;
	background-color:#182801;
}
#footer a{
	text-decoration: none;
	color:#FFFFFF;
}
#footer a:hover{
	text-decoration:underline;
	color:#7A9431;
	
}
