#mapa {
	width: 950px;
	height: 550px;
}

#lisboa {
	width: 500px;
	height: 500px;	
}

#projectos, #morada {
	color: #999;
	font-family: "arial narrow";
	text-align: right;
}

#morada {
	margin-top: 16em;
}

#projectos {
	overflow: hidden;
}

#projectos ul {
	margin: 16em 0 0 0;
	width: 622px;
}

#projectos li {
	list-style: none;
	margin-top: 1em;
	height: 2em;
}
#projectos a {
	text-decoration: none;
	color: #999;
}
#projectos a span {
	font-size: 85%;
	display: block;
}

#projectos a:hover {
	color: #000;
}

#bd object {
	margin-top: -50px;
}

#ft {
	text-align: right;
}

#ft ul {
	margin-right: 9.8em;
}

#ft ul li {
	list-style: none;
	display: inline;
}

#ft ul li a {
	font-family: "arial narrow";
	color: #777;
	padding: 0.5em;
	margin-left: 2em;
}
#ft ul li a:hover {
	color: black;
}

#flashcontent {
	width: 950px;
	height: 550px;
}

.hidden {
	visibility: hidden;
}