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

#footer {
	width: 100%;
	height: 90px;
	clear: both;
	background: #000000 url('img/separator_green.gif') repeat-x top;
	color: #fff
	
	}

#footer .css {
	background: url('img/css.png') no-repeat 0 0;
	display:inline; padding-left:20px; padding-right:8px; padding-top:0; padding-bottom:0
	}
#footer .css a{
color:#74ceff;
	}
#footer .css a:hover{
color:#ffffff;
text-decoration:none;
	}
#footer .xhtml {
	background: url('img/xhtml.png') no-repeat 0 0;
	display:inline;
	margin-left:20px; padding-left:20px; padding-right:8px; padding-top:0; padding-bottom:0
	}
#footer .xhtml a{
color:#5db438;
	}
#footer .xhtml a:hover{
color:#ffffff;
text-decoration:none;
	}
#footer .map {
	background: url('img/index.png') no-repeat 0 0;
	display:inline;
	margin-left:0px; padding-left:20px; padding-right:8px; padding-top:0; padding-bottom:0
	}
#footer .map a{
color:#ff9900;
	}
#footer .map a:hover{
color:#ffffff;
text-decoration:none;
	}
#footer .credits {
	float: right;
	margin:10px 15px 0 0;
	padding: 0;
	border: none;
	vertical-align:middle;
	}

#footer p {
	margin: 0;
	padding: 22px 25px 10px 22px;
	font-size: 12px;
	line-height: 200%;
	}
#footer p a:link,
#footer p a:visited {
	color: #f4f4f4;
	}
#footer p a:hover {
	color: #cc6600;
	text-decoration:none;
	}
#footer p a:active {
	color: #9ad202;
	}
	