@charset "UTF-8";

/* {{{ Footer */
div#footer {
	background-color: #555;
	clear: both;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	height: 4em;
	width: 100%;
}
div#footer div.lateral-empty {
	border-style: none;
	float: left;
	height: 4em;
	width: 6%;
}
div#footer div.lateral-border-empty {
	background-image: url("../images/bkg-bar-dotted-gray.png");
	background-repeat: repeat;
	border-style: none;
	background-color: #555;
	color: #fff;
	float: left;
	height: 4em;
	width: 1%; /* See IE6 */
}
div#footer div.content {
	background-color: transparent;
	color: #d4d4d4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	float: left;
	height: 4em;
	line-height: 4em;
	text-align: left;
	vertical-align: middle;
	width: 86%;
}
div#footer a,
div#footer a:link,
div#footer a:visited, 
div#footer a:active {
	background-color: #555;
	color: #fff;
}
div#footer div.content div.copyright {
	float: left;
	padding-left: 2em;
	width: 60%;
}
div#footer div.content div.contact {
	float: right;
	padding-right: 2em;
	text-align: right;
	width: 30%;
}
/* }}} */