@charset "utf-8";
/* CSS Document */

#footer  {
	background:#000000;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	width: 768px;
	height: auto;
} 
#footer a {
	color: #94BC29;
}
#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #94BC29;
	font-size: 12px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}

