/*-------Footer Styles--------*/

#footer {
	
	clear: both;
	color: #000;  
	font-size: .85em;
	font-family: verdana, sans-serif;
	_height: 24px;
	min-height: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 8px 0; 
	position: relative;
	width: 100%;
}
	
#footer a {	color: #000; }

#footer p { margin:0; }

#footerCenter {
	margin-left: 195px;
	margin-right: 195px;
	text-align: center;
}

#footerLeft {
	position: absolute;
	left: 10px; 
	width: 190px;
}	
	
#footerRight { 
	position: absolute;
	right: 10px;
	top: 8px;
	text-align: right;
	width: 190px;
}

/*-------End Footer Styles--------*/
