body{
	background-color:#f0efed;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#0b5c26;
}

/**/

#top{
	position:relative;
	text-align:center;
	background-image:url(/img/fundo_header.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:20px;
}

a#infoarea{
	position:absolute;
	top:-20px;
	right:7px;
	width:120px;
	height:19px;
	background: url(/img/pt/bt_info_off.jpg) no-repeat;
}
a#infoarea:hover{
	background: url(/img/pt/bt_info_on.jpg);
}
a#infoarea.active{
	background: url(/img/pt/bt_info_on.jpg);
}

#language{
	position:absolute;
	left:768px;
	top:235px;
	display:none;
}

/**/

#container{
	position:relative;
	background-color:white;
	margin:0 auto;
	width:774px;
	background-image:url(/img/fundo_container.gif);
	background-repeat:repeat-y;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#navigation{
	position:relative;
	margin:0 7px 0 7px;
	background-color:#adc905;
	height:300px;
	width:760px;
}
#main{
	position:relative;
	margin:0 7px 0 7px;
	width:760px;
	background-color:#adc905;
}

#main div#leftcol{
	position:relative;
	display:block;
	left:-20px;
	float:left;
	/*margin:0 0 0 12px;*/
	height:300px;
	width:240px;
}

#main div#content{
	position:relative;
	display:block;
	float:left;
	width:520px;
}

#main div#content div#empty{
	height:300px;
	width:1px;
	margin:0;
	padding:0;
	background-color:#adc905;
	/*color:white;*/
}
br.clear_float{
	height:1px;
	font-size:1px;
	line-height:1px;
	clear:both;
}
#footer-degrade{
	position:relative;
	margin:0 7px 0 7px;
	background-image:url(/img/fundo_degrade.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:70px;
	/*padding-top:70px;*/
	background-color:white;/*#adc905;*/
}
#footer{
	position:relative;
	margin:0 7px 0 7px;
	background-color:white;/*#adc905;*/
}
/**/

#bottom{
	position:relative;
	text-align:center;
	color:#8d8c7f;
	font-size:10px;
	background-image:url(/img/fundo_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
}
#bottom a{
	text-decoration:none;
	color:#8d8c7f;
}
#bottom a:hover{
	text-decoration:underline;
	color:black;
}
