html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #eee9db;
}

#principal {
	margin: 0 auto; 
	width: 770px;
	background-color: #fff;
}

#header {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 312px;
}


/*GERAL - INICIO*/
ul, li, form, input {
	margin: 0;
	padding: 0;
}
a, a:link, a:active, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#f70;
}
img {
 border: 0;
}
/*GERAL - FIM*/


/*MENU - INICIO*/
#menu {
	float: left;
	width: 140px;
	padding: 0 0 15px 15px;
}
.lista_mp {
	margin: 3px 0 5px 5px;
	padding-left: 0;
	list-style-position: outside;
	list-style-type: none;
}
#menu #m_sec{
	width: 140px;
	margin: 15px 0 0 0;
	padding: 0;
	background-color: #ffd7b4;
}
#m_s_top{
	width: 140px;
	height: 5px;
	line-height: 0em;
	background-image: url(/shared/bg_menu_secundario_up.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#m_s_bottom{
	width: 140px;
	height: 5px;
	line-height: 0em;
	background-image: url(/shared/bg_menu_secundario_down.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#menu #m_sec dl dt {
	margin: 0;
}
#menu #m_sec dl a, #menu #m_sec dl a:link, #menu #m_sec dl a:active, #menu #m_sec dl a:visited {
	font-size: 0.9em;
	line-height: 0.9em;
	font-weight: bold;
	color:#000;
}
#menu #m_sec dl a:hover {
	font-size: 0.9em;
	line-height: 0.9em;
	font-weight: bold;
	text-decoration:underline;
}
#menu #m_sec dl dd{
	margin: 12px 0 0 5px;
}
#menu #m_sec dl dd a, #menu #m_sec dl dd a:link, #menu #m_sec dl dd a:active, #menu #m_sec dl dd a:visited {
	font-size: 0.9em;
	line-height: 0.9em;
	font-weight: normal;
	color:#000;
}
#menu #m_sec dl dd a:hover {
	font-size: 0.9em;
	line-height: 0.9em;
	font-weight: normal;
	text-decoration:underline;
}
#menu #m_sec form {
	margin:5px;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bold;
}
input {
	font-size: 0.9em;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	margin-top: 3px;
}
#busca_txt{
	width: 124px;
	padding: 2px;
	color: #999;
}
#cadastro_txt{
	width: 124px;
	padding: 2px;
	color: #999;
}
/*#menu #m_veranews{
	width: 140px;
	margin: 15px 0 0 0;
	padding: 0;
	background-image: url(/shared/bg_menu_veracel_middle.gif);
}
#m_v_top{
	width: 140px;
	height: 5px;
	line-height: 0em;
	background-image: url(/shared/bg_menu_veracel_up.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#m_v_bottom{
	width: 140px;
	height: 5px;
	line-height: 0em;
	background-image: url(/shared/bg_menu_veracel_down.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#menu #m_veranews ul a, #menu #m_veranews ul a:link, #menu #m_veranews ul a:active, #menu #m_veranews ul a:visited {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
	color:#000;
}
#menu #m_veranews ul a:hover {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration:underline;
}
#menu #m_veranews form {
	margin:5px;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bold;
}
#menu #m_veranews p {
	margin:5px;
	font-size: 0.9em;
	line-height: 1.4em;
}
#menu #m_veranews p span {
	display: none;
}
#menu #m_veranews #l_veranews {
	width: 140px;
	height: 37px;
	background-image: url(/shared/logo_veranews.gif);
	margin: 0;
	padding: 0;
}*/

/* Fix IE. Hide from IE Mac \*/
* html #menu #m_veranews, * html #menu #m_sec {
	position: relative;
}
* html #m_v_bottom, * html #m_s_bottom {
	position: absolute;
	bottom: -1px;
	line-height: 0em;
}
/* End */
#menu #menu_font{
	width: 140px;
	margin: 15px 0 0 0;
	padding: 0;
}
#menu #menu_font span{
	display: block;
	margin: 5px 0 0 5px;
	font-weight: bold;
	font-size: 0.9em;
	color:#000;
	
}
#menu #menu_font ul {
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 0;
	list-style-position: outside;
	list-style-type: none;
}
#menu #menu_font ul li{
	display: inline;
	margin: -2px;
	padding: 0;
}
#menu #menu_font ul a, #menu #menu_font ul a:link, #menu #menu_font ul a:active, #menu #menu_font ul a:visited {
	font-size: 0.9em;
	line-height: 1.4em;
	color:#000;
}
#menu #menu_font ul a:hover {
	font-size: 0.9em;
	line-height: 1.4em;
	text-decoration:underline;
}

/*MENU - FIM*/


/*CONTEUDO - INICIO*/
#conteudo {
	float: right;
	width: 615px;
	padding: 0;
	margin: 0;
}
#intro {
	/*float: left;*/
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
}
#noticias {
	/*float: right;*/
	width: 100%;
	padding: 0;
	margin: 0;
}
#conteudo #noticias ul {
	margin: 10px 15px;
	padding-left: 0;
	list-style-position: outside;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bold;
}
#conteudo #noticias ul li {
	margin: 0 0 10px 0;
}
#conteudo #noticias ul a, #conteudo #noticias ul a:link, #conteudo #noticias ul a:active, #conteudo #noticias ul a:visited {
	font-size: 0.9em;
	line-height: 1.4em;
	text-decoration:underline;
	font-weight: normal;
}
#conteudo #noticias ul a:hover {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
}
#conteudo #noticias h3 {
	margin: 15px;
	font-size: 1.3em;
	line-height: 1em;
	color:#000;
}
/*#conteudo #intro p #l_aracruz span{
	display: none;
}
#conteudo #intro p #l_aracruz {
	float:left;
	margin-left: 35px;
	display: block;
	width: 66px;
	height: 78px;
	background-image: url(/shared/logo_aracruz.gif);
}
#conteudo #intro p #l_stora span{
	display: none;
}
#conteudo #intro p #l_stora {
	float:right;
	margin-right: 35px;
	display: block;
	width: 122px;
	height: 78px;
	background-image: url(/shared/logo_stora.gif);
}*/

/* Fix IE. Hide from IE Mac \*/
/** html #noticias {
	width: 288px;
}
* html #conteudo #intro p #l_aracruz {
	margin-left: 20px;
}
* html #conteudo #intro p #l_stora {
	margin-right: 20px;
}*/
/* End */
#conteudo p {
	margin: 15px;
	font-size: 0.9em;
	line-height: 1.4em;
}
.img_dir{
	float: right;
	margin: 10px 0 10px 10px
}
.img_esq{
	float: left;
	margin: 10px 10px 10px 0
}
/*CONTEUDO - FIM*/


/*FOOTER - INICIO*/
#footer {
	clear: both;
	width: inherit;
	height: 25px;
	margin: 0;
	background-image: url(/shared/bg_footer_home.jpg);
	background-repeat: no-repeat;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font-size: 0.7em;
	line-height: 1em;
	color: #999;
}
#footer a:hover {
	font-size: 0.7em;
	line-height: 1em;
	text-decoration:none;
	color:#f70;
}
#copyright{
	float:left;
	text-align:left;
	padding: 5px 0 0 15px;
}

#assinatura {
	float:right;
	text-align:right;
	padding: 5px 15px 0 0;
}
/*FOOTER - FIM*/
