#site{
	position:relative;
	width:958px;
	margin:0 auto;
}
#header{
	position:relative;
	width:100%;
	height:127px;
	padding-top:20px;
	background: white url(/img/pt/top_header.jpg) no-repeat;
}
#header #menu{
	width:100%;
	height:28px;
	background: white url(/img/pt/menu.jpg) no-repeat;
}
#header #menu ul{
	width:100%;
	margin-left:25px;
}
#header #menu ul li{
	position:relative;
	height:27px;
	background-position:0 0;
	background-repeat:no-repeat;
	margin-right:1px;
	float:left;
	cursor:hand;
	cursor:pointer;
}
#header #menu ul li.home{
	width:89px;
	background-image: url(/img/pt/menu_home.png);
}
#header #menu ul li.sobrearctel{
	width:90px;
	background-image: url(/img/pt/menu_sobrearctel.png);
}
#header #menu ul li.memorando{
	width:151px;
	background-image: url(/img/pt/menu_memorando.png);
}
#header #menu ul li.objectivos{
	width:145px;
	background-image: url(/img/pt/menu_objectivos.png);
}
#header #menu ul li.estrutura{
	width:118px;
	background-image: url(/img/pt/menu_estrutura.png);
}
#header #menu ul li.membros{
	width:70px;
	background-image: url(/img/pt/menu_membros.png);
}
#header #menu ul li.publicacoes{
	width:83px;
	background-image: url(/img/pt/menu_publicacoes.png);
}
#header #menu ul li.legislacao{
	width:76px;
	background-image: url(/img/pt/menu_legislacao.png);
}
#header #menu ul li.contactos{
	width:73px;
	background-image: url(/img/pt/menu_contactos.png);
}
#header #menu ul li.links{
	width:48px;
	background-image: url(/img/pt/menu_links.png);
}
#header #menu ul li:hover{
	background-position:0 -27px;
}
#header #menu ul li.active{
	background-position:0 -27px;
}
#content{
	position:relative;	
	width:958px;
	background: white url(/img/pt/content_back.gif) repeat-y;
}
#content_all{
	position:relative;
	width:955px;
	height:728px;
	margin:0 2px;
	display:block;
	font: 12px arial;
	background: transparent url(/img/pt/footer_back.gif) repeat-x bottom left;
}
#content_all div.conteudo{
	position:relative;
	width:886px;
	margin-left:34px;
	color:#637278;
	font: 14px arial;
	margin-bottom:30px;
}
#footer{
	position:relative;
	height:40px;
	color:#8f8f8f;
	font: 11px arial;
	padding-top:12px;
	padding-left:34px;
	background: white url(/img/pt/content_bottom.gif) no-repeat;
}
#footer div{
	position:absolute;
	right:0; 
	top:10px; 
	width:250px; 
	height:25px;
	text-align:right;
}
#footer div a{
	color:#8f8f8f;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
}
#footer div a:hover{
	text-decoration:underline;
}
/**/

#content #content_left{
	position:relative;
	height:353px;
	width:482px;
	
	float:left;
}

#destaques{
	position:relative;
	width:954px;
	height:/*157px;*/40px;
	margin-top:32px;
	top:4px;
	clear:both;
}
#destaques #dest_left{
	position:relative;
	width:482px;
	height:157px;
	background:transparent url(/img/pt/destaque_noticia.jpg) no-repeat;
	float:left;
}
#destaques #dest_left #dest_news_link{
	position:absolute;
	top:0;
	left:0;
	width:141px;
	height:30px;
	background-image:url("/img/pt/destaques_new_link.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:hand;
	cursor:pointer;
	z-index:10;
}
#destaques #dest_left #dest_news_link:hover{
	background-position:0 -30px;
}
#destaques #dest_left #dest_lastnew{
	position:relative;
	overflow:hidden;
	padding:46px 30px;
	font: 12px arial;
	display:block;
}
#destaques #dest_left #dest_lastnew div.item{
	height:100px;
	margin-bottom:10px;
}
#destaques #dest_left #dest_lastnew div.item h2{
	color:#b9bfc1;
	margin-bottom:4px;
}
#destaques #dest_left #dest_lastnew div.item h1{
	color:#466c7c;
	font: 16px arial;
	margin-bottom:2px;
}
#destaques #dest_left #dest_lastnew div.item p{
	color:#818487;
	margin-bottom:5px;
}

#destaques #dest_right{
	position:relative;
	width:472px;
	height:157px;
	float:left;
}
/**/

#content_left #dest_news_link{
	position:absolute;
	top:0;
	left:0;
	width:141px;
	height:30px;
	background-image:url("/img/pt/destaques_new_link.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:hand;
	cursor:pointer;
	z-index:10;
}
#content_left #dest_news_link:hover{
	background-position:0 -30px;
}

.clear{
	clear:both;
}
