/* ------------------ FOOTER ----------------- */
#footer {
 	color: #000000;
	width: 900px;
 	clear: both;
 	font-size: 8pt;

 	padding-top: 3px;
	margin-top: 20px;

	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}

#footer a {
  color: #000000;
}

#footer a:hover {
  text-decoration: none;
}



/* ---------------- COPYRIGHT ------------------------ */

#copyright {
  float: right;
	margin: 0px;
	padding: 0px;
  padding-right: 10px;
}
