@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../img/fundo.jpg);
	background-repeat: repeat;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: normal;
	color: #F60;
	text-decoration: none;
	text-align: left;
}
#txtrodape {
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: justify;
}
#geral {
	height: 1103px;
	width: 990px;
	border: 1px solid #F60;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#centro {
	background-image: url(../img/centro.jpg);
	float: left;
	height: auto;
	width: 990px;
}
#rodape {
	background-image: url(../img/rodape.jpg);
	float: left;
	height: 41px;
	width: 990px;
}
#topo {
	float: left;
	height: 350px;
	width: 990px;
}
#conteudo {
	float: left;
	width: 70%;
	height: auto;
	margin-top: 20px;
	margin-left: 10px;
}
#lateral {
	float: left;
	width: 26%;
	margin-top: 20px;
	margin-right: 10px;
}
#txtrodape a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F60;
}
#txtrodape a:link {
	text-decoration: none;
}
#txtrodape a:visited {
	text-decoration: none;
	color: #F60;
}
#txtrodape a:hover {
	text-decoration: none;
	color: #000;
}
#txtrodape a:active {
	text-decoration: none;
	color: #F60;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F60;
}
a:visited {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #F60;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.textobanner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.txtbanner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
