/* CSS Document */

/* footer */

div#footer {
	margin:10px 0px 10px 0px;
	padding:10px;
	background-image:url(../images/backgrounds/footer_gradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
div#footerLeft {
	float:left;
	width:490px;
	margin-right:20px;
}
div#footerMid {
	float:left;
	width:170px;
}
div#footerRight {
	float:left;
	width:150px;
}
div#footer div a {
	text-decoration:none;
	color:#666666;
}
div#footer div a:hover {
	text-decoration:underline;
	color:#CCCCCC;
	background:none;
}