@charset "UTF-8";
/* CSS Document */

#footer { 
	height:120px;
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3C4439 url(header/BOTTOM_bg.jpg) repeat-x;
	color:#7c7c7c;
} 





#footer p {
	text-align:center;
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
