body {
	margin:0;
	padding:0;
	font-family: sans-serif;
	font-size:12px;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
img {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
}
#tudo {
	background-image:url(images/bg_tudo.png);
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#topo {
	width: 980px;
	margin-bottom: 10px;
}
#conteudos {
	color: #FFF;

}

#conteudo_prod {
	width: 980px;
}

#rodape {
	background-color: #BDDC50;
	font-size:11px;
	width: 960px;
	margin-top: 10px;
	clear: both;
	text-align: center;
	padding: 10px;
}
#esquerda {
	float: left;
	margin: 0 0 10px 10px;

10px;
}
#direita {
	float: right;
	width: 680px;
}
.links {
	margin: 0 0 10px 0;
}
.titulos {
	margin-bottom: 10px;
	padding: 8px 0 5px 45px;
	background-image: url(images/bg_titulo.jpg);
	background-repeat: no-repeat;
	height: 21px;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
	color: #000;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #2A8BB6;
}
a:visited {
	text-decoration: none;
	color: #2A8BB6;
}
a:hover {
	text-decoration: none;
	color: #77921D;
}
a:active {
	text-decoration: none;
	color: #2A8BB6;
}
