#container {
	width:1004px;
	margin:auto;
	overflow:hidden;
}
#barra-brasil-v3 {
	position:relative;
	clear:both;
	overflow:hidden;
	min-width:1000px;
	height:28px;
	background:#00500f;
}
#barra-brasil-v3 div {
	/*display:block;*/
	width:50%;
	height:28px;
	background:url(../images/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
}
#barra-brasil-v3 div .imagemGov {
	position:absolute;
	top:4px;
	left:50%;
	height: 24px;
	width: 1000px;
	background: url(../images/barra-brasil-v3-verde.gif) right top no-repeat;
	margin-left:-500px;
	}
#barra-brasil-v3 span .brasilgov {
	width: 100px;
	height: 24px;
	float:right;
	display:block;
	border: 0 !important;
}
#header {
	/* A imagem de fundo está especificada no atributo Style do elemento #header no index.php*/
	background:center no-repeat;
	height:178px;
}
#logo{
	float:left;
	position:relative;
	top:7px;
	left:10px;
}
#destaque {
	float:right; 
	width:680px; 
	height:150px; 
	position:relative; 
	right:13px; 
	top:13px; 
	overflow:hidden;
}
#corpo {
	border-left:2px solid #AADE64; 
	border-right:2px solid #AADE64; 
	width:1000px;
	max-width:1000px;
	overflow:hidden;
	padding:29px 0px 16px 0px;
	word-wrap:break-word;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#left-side {
	width:200px;
	max-width:200px;
	padding-right: 8px;
	float:left;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#center {
	width:520px;
	float:left;
	overflow:hidden;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#right-side {
	width:250px;/*total 260px + 12px sobrando a direita */
	float:left;
	margin:0px 0px 0px 10px;
	overflow:hidden;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#right-panel {
	background:url(../images/direita_center.png) repeat-y center;
	overflow:hidden;
	width:250px;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#right-panel .top-border {
	background:url(../images/direita_top.png) no-repeat; 
	background-position:top center; 
	height:23px;
	
}
#right-panel .bottom-border {
	background:url(../images/direita_bottom.png) no-repeat;
	background-position:bottom center;
	height:23px;
}
#footer {
	width:1000px;
	font-size:11px;
	color:#666666;
	border:2px solid #AADE64;
	border-top:none;
	background-color:#F7FAEF;
	height:auto;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}


