/**********************
*   Footer            *
***********************/

#footer {
	width: 100%;
	height: 65px;
	clear: both;
	background: #303934;
	/*border-top: 5px solid #74B31F;*/
	border-top: 5px solid #cf0000;
	color: #fff;
	text-align: center;
	}

#footer .validate {
	background: url(images/icon_valid.gif) no-repeat 0 0;
	padding: 0 5px 0 20px;
	}

#footer .credits {
	float: centre;
	margin: 0;
	padding: 0;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 0.9em;
	line-height: 200%;
	}
#footer p a:link,
#footer p a:visited {
	color: #fff;
	}
#footer p a:hover {
	color: #fff;
	}
#footer p a:active {
	color: #fff;
	}
	