@charset "utf-8";
/* CSS Document */

#container{
	width:100%;
	}
	
#menu ul{
	padding:10px;
	margin:35px 0px 10px 80px;
}
#menu ul li{
	list-style:none;
	padding:10px 0;
}

.cur{
	font-weight:bold;
	}
	
#conteudo { 
	padding: 0 20px 20px 250px;
}

.idioma{
	margin:150px 0 0 0;
	font-size:0.9em;
	}

h1 {
	margin-top:35px;
	font-size:1.8em;
	font-weight:normal;
	}
	
#footer {
	clear: both;
	background: #A2A2A2;
	padding:1px;
	text-align:center;
}

.quote{
	line-height:1.9em;
	text-align:center;
	font-style:italic;
	}


/*setas de direção*/
#setas{
	clear:both;
	border-top: 1px solid #666666;
	height:25px;
}
.ant {
	float:left;
	font-size: 80%;
	width:250px;
	}
.seg {
	float:right;
	font-size: 80%;
	width:250px;
	text-align:right;
	}

.nome{
	color:#FFCC00;
	}