body {
	background-color: #FFF;
	background-image: url(../imagem/bg.gif);
	margin: 0px;
}

img {
	border: none;
}

.geral {
	background-color: #FFF;
	padding: 10px;
	width: 752px;
	margin-left: -376px;
	float: left;
	position: absolute;
	left: 50%;
}

.geral .header {
	height: 90px;
	margin-bottom: 10px;
	float: left;
	width: 752px;
}

.geral .conteudo {
	background-image: url(../imagem/bg_conteudo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 682px;
	float: left;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 40px;
	margin-bottom: 50px;
}

.geral .conteudo .left {
	width: 202px;
	float: left;
	padding-top: 20px;
	padding-left: 5px;
}

.geral .conteudo .right {
	width: 400px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding-top: 20px;
}
.geral .conteudo .right .obs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
.geral .footer {
	height: 41px;
	width: 758px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}


.geral .conteudo .right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.geral .conteudo .right a {
	text-decoration: underline;
	color: #333;
}

