@charset "UTF-8";
/* CSS Document */
body {
    width: 800px;
	margin:0px auto;
	background: url(imagens/bg.jpg);
    padding: 0px;
}
#base{
    float:right;
    width:800px;
	background:url(imagens/bg2.jpg) #dea425 repeat-x;
	border: 3px solid #2C1900;
}
#menu{
    float:left;
    width:200px;
}
#conteudo{
    float:left;
    width:600px;
}
#tela{
	width:563px;
	background-image:url(imagens/bg_tela.gif);
	margin-left:4px;
	padding:15px;
	font-family:Trebuchet MS;
	font-size:12px;
}
#tela_scrap{
	width:563px;
	background-image:url(imagens/bg_tela_scrap.gif);
	margin-left:4px;
	padding:15px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#FFFFFF;
}
#inferior{
    float:left;
    width:450px;
	height:75px;
	background-image:url(imagens/inferior.jpg);
	padding-left:210px;
	padding-right:140px;
	padding-bottom:33px;
	padding-top:50px;
	font-family: Trebuchet MS;
	font-size:10px;
	color:#FFFFFF;
}
.inf_home:link    { text-decoration: none; font-family: Trebuchet MS; font-size:10px; color:#FFFFFF }
.inf_home:visited { text-decoration: none; font-family: Trebuchet MS; font-size:10px; color: #FFFFFF  }
.inf_home:active  { text-decoration: none; font-family: Trebuchet MS; font-size:10px; color: #FFFFFF  }
.inf_home:hover   { text-decoration: none; font-family: Trebuchet MS; font-size:10px; color:#000000 }

.mess:link    { text-decoration: none; font-family: Trebuchet MS; font-size:10px; color:#000000 }
.mess:visited { text-decoration: none; font-family: Trebuchet MS; font-size:10px; color: #000000  }
.mess:active  { text-decoration: none; font-family: Trebuchet MS; font-size:10px; color: #000000  }
.mess:hover   { text-decoration: none; font-family: Trebuchet MS; font-size:10px; color:#990000 }

.mess2:link    { text-decoration: none; font-family: Trebuchet MS; font-size:14px; color:#990000 }
.mess2:visited { text-decoration: none; font-family: Trebuchet MS; font-size:14px; color: #990000  }
.mess2:active  { text-decoration: none; font-family: Trebuchet MS; font-size:14px; color: #990000  }
.mess2:hover   { text-decoration: none; font-family: Trebuchet MS; font-size:14px; color:#FF0000 }