body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../imagens/fundo_degrade.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
img {
	border: 0px;
}
/* Containers de centralização de conteúdo */
#container {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 750px;
	height: auto;
	margin: 0 0 0 -375px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
#flash {
	position: relative;
	float: left;
	margin: 0px;
	width: 750px;
	height: 205px;
}
#conteudo {
	position: relative;
	float: left;
	width: 710px;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin: 0px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../imagens/marca_lateral.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#conteudo a {
	color: #333333;
}
#conteudo a:hover {
	color: #D03C3D;
}
#conteudoColuna {
	width: 286px;
	height: auto;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}
#direita {
	float: right;
	position: relative;
	width: 230px;
	margin-left: 15px;
	margin-right: -19px;
	margin-bottom: 15px;
	font-size: 11px;
}
#destaque {
	float: right;
	position: relative;
	width: 230px;
	color: #FFFFFF;
	text-align: center;
}
#destaqueTitulo{
	float: right;
	position: relative;
	width: 230px;
	height: 40px;
	background-image: url(../imagens/box_topo.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
#destaqueTexto {
	float: right;
	position: relative;
	width: 210px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #D03C3D;
}
#fotos {
	float: left;
	position: relative;
	width: 710px;
	display:block;
	height: 110px;
	background-image: url(../imagens/fundo_fotos.jpg);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}
#fotos ul {
	width: 710px;
	float: left;
	list-style-type: none;
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
}
#fotos ul li {
	float: left;
	position: relative;
	width: 130px;
	height: 88px;
	margin-left: 10px;
	margin-top: 11px;
	background-position: center center;
	background-repeat: no-repeat;
}
#fotos ul li a {
	float: left;
	position: relative;
	border: #FFFFFF 3px solid;
	color: #FFFFFF;
	width: 124px;
	height: 82px;
}
#fotos ul li a:hover {
	position: relative;
	float: left;
	border: #D03C3D 3px solid;
}
img.Direita {
	float: right;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.Esquerda {
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}
#rodape {
	float: left;
	position: relative;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	background-color: #D03C3D;
	width: 750px;
	height: 40px;
	margin-top: 25px;
}
#rodape a {
	color: #FFFFFF;
}
#rodape a:hover {
	color: #86C1DE;
}
.vermelho {
	color: #D03C3D;
}
.titulo {
	color: #D03C3D;
	font-size: 15px;
	font-weight: bold;
}
img.centroTexto {
	vertical-align: middle;
}.borda {
	border: 1px solid #999999;
}

