html, body {
	height:100%;}
body {
	padding:0; margin:0;
	color:#111111;
	font:70%/1.5 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(1.jpg) repeat-x center 100px;
}
* html div#tudo {
	height:100%;
}
body#frame {
	padding:0; margin:0;
	color:#111111;
	font:70%/1.5 Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	background:#fff;
}
table {
	font:100%/1.5 Verdana, Arial, Helvetica, sans-serif
}
div#tudo {
	position:relative;
	width:770px;
	min-height:100%;
	margin: 0 auto;
	text-align:left;
}
div#conteudo {
	padding-bottom: 50px;
}
div#topo {
	height:100px;
	background:url(logonovo.jpg) no-repeat center;
	text-align:right;
}
div#principal {
	padding: 0; margin: 0;
	text-align:center;
	background:#fff;
}
div#rodape {
	position:absolute;
	bottom:0; margin: 0;
	height:40px;
	text-align:center;
	width:770px;
}
/*Início do menu */
div#menu {
	margin:0;
	padding: 0;
	height: 30px;
	line-height:25px;
}
div#menu ul.m1 {
	clear:left;
	float:left;
	list-style:none;
	margin:0; padding: 0;
	position:relative;
	text-align:center;
}
div#menu ul.m1 li.m1 {
	display:block;
	float:left;
	list-style:none;
	margin:0; padding:0;
	position:relative;
}
div#menu a.menu:hover {
	text-decoration:underline
}
div#menu a.menu {
	font-weight:normal;
	text-decoration:none;
	color:#111111;
	width:110px;
	display:block;
}
/* Fim do menu */
a{
	font-weight: bold;
	text-decoration:none;
	color:#999;
}
a:hover{
	text-decoration:underline;
	color:#666
}
hr {
      border-top: 1px dashed #111;
      border-bottom: 0px dashed #111;
      color: #111;
      background-color: #fff;
      height: 1px;
}
