/* This area is excusively for the footer of the page. */
#footer{
	width:950px;
	padding: 50px 0 10px 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/ohio-web-site-development.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#footer ul{
	padding:0;
	margin: 0;
}

#footer ul li{/*This is an example of turning a bullet list into a horizontal list without bullets. The key is the display inline attribute.*/
	display:inline;
	}

#footer ul li a{/*Since we did not specify a width, the default behavior is to extend 100%*/
	font-size: 12px; /*Scales the font size back to 80% from the body tag*/
	color: #416292;
	text-decoration: none;
	text-align:left;/*This is a correction for IE 5*/
	font-weight: bold;
	background-image: url(../images/garnishments-line-2.jpg);
	width:auto;
	text-indent:10px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right;
	margin: 0;
	}

#footer ul li a:hover{/*We have added focus in case a user is using the tab key or a pointing device other than a mouse.*/
	color: #a30013;
	}

#footerImage {
	padding:0;
	margin: 10px 0 0 0;
	height: 100px;
	}