@charset "utf-8";
/* CSS Document */
*{padding:0px; margin:0px;}
div {position:relative;}
body {
	font-family:"Trebuchet MS";
	font-size:13px;
	line-height:23px;
	background:#618c8b;
}
#Container {
	width:777px;
	height:595px;
}
#Topo {
	width:776px;
	height:169px;
	background:url(../imagens/Topo.jpg) no-repeat;
	z-index:2;
}
h1, h2 {display:none;}
#Conteudo {
	position:absolute;
	top:168px;
	left:54px;
	width:672px;
	height:394px;
	background:url(../imagens/BGC.jpg) repeat-y;
	border:1px solid #404f5e;
}
#Conteudo p {
	position:absolute;
	left:204px;
	top:40px;
	width:257px;
	text-align:justify;
}
#Dados {
	position:absolute;
	left:-19px;
	top:39px;
	width:198px;
	height:308px;
	background:url(../imagens/Dados.jpg) no-repeat;
	font-size:12px;
	line-height:33px;
	color:#286834;
}
#Dados p {
	position:absolute;
	left:18px;
	top:30px;
	width:155px;
}
#Rodape {
	position:absolute;
	left:74px;
	top:396px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}
#Rodape a {
	 text-decoration:none;
	 color:#FFFFFF;
}
#Rodape a:hover {text-decoration:underline;}
.TCK {color:#286834;}
.TEL {font-size:18px; font-weight:bold;}

