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

#footer { 
	height: 160px;
	background-image: url(../images/background/backBottom1px.jpg); 
	background-color: #92a1b4;
	background-repeat: repeat-x;
} 
#footer a:link, #footer a:visited {
	color: #162b45;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover, #footer a:active{
	color: #a28a64;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #a28a64;
}
#indentedFooter {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
}

#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

