* { padding: 0; margin:0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	background: url(imagens/fundo.jpg) repeat-x #f6fff9;
}
#geral {
	width: 780px;
	margin:0 auto;
	background-color: white;
	border:1px solid gray;
}
#topo {
	width: 780px;
	height: 264px;
	background: url(imagens/topo.jpg) no-repeat;
	text-indent:-9999px;
	overflow: hidden;
}
#menu {
	width: 193px;
	height: 245px;
	background: url(imagens/menu.gif) no-repeat;
	margin: 10px;
	float:left;
}
#menu ul {
	width: 170px;
	height: 160px;
	padding:25px 0 0 10px;
}
#menu ul li, #menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	padding: 8px 5px;
}
#menu ul li a:hover {
	color:#3db467;
}
#conteudo {
	width: 550px;
	min-height: 300px;
	float:left;
	margin-bottom:10px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	color:#312f8c;
	font-size: 23px;
	margin:0 0 5px 70px;
}
.imagens {
	float:left;
	margin:3px;
	width: 130px;
	height: 100px;
}
#rodape {
	width: 780px;
	height: 112px;
	background: url(imagens/rodape.jpg) no-repeat;
	clear:both;
	text-indent:-9999px;
	overflow: hidden;
}
#rodape p.tatica a {
	width: 90px;
	height: 48px;
	display:block;
	float:right;
	margin:35px 145px 0 0 !important;
	margin:40px 73px 0 0;
}
input, select, textarea {
	border:1px solid green;
	padding:3px;
	margin:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input:focus, select:focus, textarea:focus {
	border:1px solid #8f3b93;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#312f8c;
	font-size: 23px;
	font-weight: bold;
	margin:0 0 20px 0;
}
#boxfotos a, #boxfotos a:link, #boxfotos a:visited {
	width:107px;
	min-height:100px;
	float:left;
	padding:10px 17px;
	text-decoration:none;
	color:#000000;
	text-align:center;	
	margin:15px;	
}
#boxfotos a:hover { background-color:#e5ffef; }
.fotos { padding:3px; float:left; }
#recadofa {
	width: 550px;
	border-bottom: 1px solid green;
	margin-bottom: 15px;
}
.pagi {
	width:575px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	padding-top:50px;
	clear:both;
}
.pagi a, .pagi a:link, .pagi a:visited {
	color:#003366;
	text-decoration:none;
}
.pagi a:hover { color:#0066FF; }
.nome, .nome a, .nome a:link, .nome a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#312f8c;
	font-size:14px;
	font-weight: bold;
}
.cli {
	width:150px;
	height:115px;
	min-height:115px;
	float:left;
	margin:13px !important;
	margin:9px;
}
img.borda {
	border:5px solid #faecd7;
}