#container #head {
	height:210px;
	background-image: url("/media/images/bg_topo.gif");
	background-repeat: no-repeat;
	background-color: #e1e0e0;
	border-bottom:8px solid #d5ae49;
	/*margin-bottom:46px;*/
}

#head_bar {
	height:12px;
	background-image: url("/media/images/head_bar.gif");
	background-repeat: repeat-x;
	background-position:bottom;
}

div#acess {
	margin-bottom: 10px;
	text-align: right;
}

#container #head #search {
	text-align: right;
	margin-bottom:90px;
}

#container #head #search input {
	border: 1px solid #a5a5a5;
	color: #767676;
	padding: 4px;
	font-family:verdana;
	font-size:10px;
	text-transform: uppercase;
}

#container #head #search input.botao {
	border: 0px;
	width:27px;
	color:#fff;
	background-image: url("/media/images/bg_butt.gif");
	background-repeat: repeat-x;
	cursor:pointer;
}

#container #head #logo_rep {
	text-align: right;
}

#container #content {
	/*min-width:980px;*/
}

#container #content #left {
	width:242px;
	overflow:hidden;
	float:left;
	padding-left:28px;
	padding-top:35px;
}

#container #content #right {
	width:242px;
	float:right;
	padding-right:28px;
	background-image:url("/media/images/bg_body.gif");
	background-repeat: repeat-x;
	background-position:top;
}

#container #content #center_semdestaque {
	margin:0px 0px 50px 270px;
	padding:35px 42px 0px 22px;
	border-left:1px solid #ffc03e;
	font-family:verdana;
	font-size:11px;
	text-align: justify;
	line-height:1.7;
	background-image:url("/media/images/bg_body.gif");
	background-repeat: repeat-x;
	background-position:top;
	min-height:400px;
}

* html #container #content #center_semdestaque {height:400px;}

#container #content #center {
	margin:0px 270px 50px 270px;
	border-left:1px solid #ffc03e;
	padding:35px 22px 0px 22px;
	font-family:verdana;
	font-size:11px;
	text-align: justify;
	line-height:1.7;
	background-image:url("/media/images/bg_body.gif");
	background-repeat: repeat-x;
	background-position:top;
	min-height:400px;
}

* html #container #content #center {height:400px;}

#footer {
	height:37px;
	background-image: url("/media/images/rodape.gif");
	background-repeat: repeat-x;
	background-color: #0f0f0f;
/*	height:30px;
	clear:both;
	padding-top:3px;
	padding-bottom:3px;
*/
}

#footer,
#footer a {
	color:#fff;
	font-family:verdana;
	font-size: 10px;
}

#footer .left{
	text-align: right;
	float:left;
	width:33%;
	padding-top:10px;
}

#footer .center{
	text-align: center;
	float:left;
	padding-top:3px;
	width:33%;
	
}


#footer .right{
	text-align: left;
	float:left;
	width:33%;
	padding-top:10px;
}