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

/* start: footer */
#footer {
	display:block;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 100px;
	font-size: .9em;
	line-height: 1.3em;
	background-image: url(../_images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	float: none;
	margin-bottom: 10px;
	text-align: center;

}

#footer p {
	text-align: center;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
}
#footer ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer ul li{
	display: inline;
}
#footer a, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	border: none;
	
}
#footer a:hover {
	text-decoration: none;
	border: none;
}
/* end: footer */