	/*This is just the footer at the bottom.  Nothing fancy just a background color and you usually want to center this text.  Put some padding to give it some room from the edges and then you have clear: both;  This means that you are clearing the float:left and the float:right from above so that you aren't floating anything anymore.*/

			
.footer {
	font-family: Times, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #730101;
	padding: 2px;
	color: #ffffff;
	margin-top: -20px;
			}
			
.footerp{text-align: center;
	font-size: 12px;
	color: #ffffff;
		}
	

.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #ffffff;
	display: inline;
	font-size: 14px;
	text-align: center;
	}
.footer a:hover, .footer a:active {
	text-decoration: none;
	color: #000000;
	display: inline;
	font-size: 14px;
	text-align: center;
	}


	
	/* CSS Document */
