body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	z-index:1;
}

p {
	margin:0;
	padding:0;
}

a {
	color:#000000;
	text-decoration:underline;
}

h1 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:18px;
	color:#000000;
}

h2 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}

h1 a, h2 a{
	color:#000000;
	text-decoration:none;
}

ul {
	margin:0;
	padding:0;
	padding-left:20px;
}

#janela {
	width:680px;
	text-align:left;
	margin:0 auto;
	margin-top:15px;
}
#topo {
	width:680px;
	height:20px;
	background-image:url(imagens/fundo_topo.gif);
	background-repeat:no-repeat;
}
#corpo {
	width:680px;
	background-image:url(imagens/fundo_meio.gif);
	background-repeat:repeat-y;
}
#texto_esq {
	float:left;
	padding-left:21px;
	padding-right:20px;	
	width:199px;
}
#logo {
	text-align:center;
	padding-top:10px;
}
#fale_ancora {
	position:absolute;
	z-index:5;
}
#fale {
	position:absolute;
	width:199px;
	bottom:0px;
	z-index:10;
	left: 20px;
}
#texto_dir {
	float:right;
	padding-left:20px;
	padding-right:29px;	
	width:390px;
}
#base {
	width:680px;
	height:29px;
	background-image:url(imagens/fundo_base.gif);
	background-repeat:no-repeat;
}

