@charset "UTF-8";

/* ------ footer styles --------------------------- */

#footer {
	padding: 10px 0;
	background: none;
	position: relative;/* causes IE6 hasLayout to clear correctly */
}
#footer p {
	font-size: 11px;
	text-align: right;
}
#copyRight {
	float: left;
	width: 260px;
}
#footerNav {
	float: right;
	width: 300px;
}
