/* footer navigation styles*/

#footer { 
	display: block;
	clear: both;
	width: 980px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/footer-bg.jpg");
	background-repeat: no-repeat;
}

#copyright { 
	display: block;
	float: left;
	height: 50px;
	width: 400px;
	padding: 20px 0px 0px 50px;
	margin: 0px;
	font-size: 8pt;
	line-height: 11pt;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}


