@charset "utf-8";
#geral {
	text-align: left;
	height: auto;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	text-align: center;
	margin: 0px;
	background-color: #E5E5E5;
}
#col-esquerda {
	float: left;
	height: auto;
}
#col-direita {
	float: right;
	height: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#tp {
	background-image: url(../img/tp.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 200px;
	width: 760px;
}
#conteudo {
	background-image: url(../img/bg_geral.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 710px;
	padding-right: 25px;
	padding-left: 25px;
	display: block;
	clear: both;
}
#rodape {
	background-image: url(../img/bg_rodape.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 760px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
