/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


.footer {

	color:#FFF;
	width:910px;
	
	margin:0 auto;
	font-size: 0.8em;
	padding-left:20px;
	
	}

.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
	}

#foot_left {
	float:left;
	}

#foot_right {
	float:right;
	padding-right:20px;
	}
	
#foot_left a {
	text-decoration:none;
	color:#FC0;
}
#foot_left a:hover {
	text-decoration: underline;
	color:#FC0;
}