/* CSS Document */

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #fff;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer #footLeft {
	float: left;
	margin: 15px;
	}
	
#footer #footRight {
	float: right;
	margin: 15px;
	}


