body {
	margin: 0;
	background: white url(../imagens/fundo.jpg) repeat-x;
	color: white;
	font: 13px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a:link, a:visited {
	color: #F4CE7D;
	text-decoration: none;
}
a:hover, a:active {
	color: white;
}
#geral {
	width: 960px;
	margin: 0 auto;
}
#topo {
	height: 262px;
	background: url(../imagens/topo.jpg) no-repeat;
}
#corpo_cont {
	background: url(../imagens/corpo_cont.jpg) repeat-y;
	padding-left: 30px;
	padding-right: 30px;
}
#menu {
	position: relative;
	top: 210px;
	right: 12px;
	height: 36px;
}
.titulo {
	font-size: 22px;
	font-weight: bold;
}
.centro {
	text-align: center;
}
.dir {
	text-align: right;
}
.esq {
	text-align: left;
}
#corpo_cont p {
	line-height: 1.6em;
}
#precat {
	width: 100%;
	margin: 2px auto;
}
#precat th {
	background-color: #032A51;
	color: #F4CE7D;
	font-weight: bold;
	text-align: left;
}
#precat td {
	font-size: 11px;
	text-align: left;
	border-bottom: 1px dotted white;
}
#foto {
	padding: 2px;
	border: 1px solid white;
	background-color: #6292B8;
}
#medio {
	font-size: 16px;
}
