body {
	margin: 0px;
	padding: 0px;
	background-image: url(../Imagens/Interface/fundoPagina.jpg);
}
#apresenta {
	float: left;
	height: 285px;
	width: 635px;
	margin-left: 20px;
}
#banner {
	height: 285px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}


.bordaNR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECECE;
}
.bordaNL {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

.bordaNLR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECECE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#busca {
	float: left;
	height: 205px;
	width: 300px;
	margin-top: 40px;
	background-image: url(../Imagens/Interface/fundoBusca.jpg);
	background-repeat: no-repeat;
}
#cabecalho {
	background-image: url(../Imagens/Interface/fundoCabecalho.jpg);
	background-repeat: repeat-x;
	height: 385px;
	width: 100%;
}
#colunaCE {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}
#colunaCD {
	float: left;
	width: 635px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}


#colunaRE {
	float: left;
	height: 70px;
	width: 400px;
}
#colunaRE p {
	margin-top: 10px;
	margin-left: 15px;
}

#colunaRD {
	float: left;
	height: 70px;
	width: 400px;
	text-align: right;
}
#colunaRD p {
	margin-top: 20px;
	margin-right: 15px;
}
#colunaRC {
	float: left;
	height: 70px;
	width: 155px;
}

#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#cotacao {
	float: left;
	height: 50px;
	width: 149px;
	margin-top: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#cotacao h4 {
	font-family: Candara, Tahoma, sans-serif;
	font-size: 15px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
}
#cotacao h4 a {
	color: #000;
	text-decoration: none;
}
#cotacao h4 a:hover {
	color: #B80101;
	text-decoration: underline;
}




#navegacao {
	height: 100px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Imagens/Interface/logoF.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
}
#naveP {
	height: 35px;
	width: 484px;
	margin-top: 20px;
	margin-left: 320px;
	float: left;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECECE;
}
#naveP ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#naveP ul li {
	display: inline;
	font-family: Candara, Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	padding-right: 16px;
	padding-left: 16px;
}
#naveP ul li a {
	color: #333;
	text-decoration: none;
}
#naveP ul li a:hover {
	color: #B80101;
	text-decoration: underline;
}
#naveP ul li span {
	color: #B80101;
	text-decoration: underline;
}


#rodape {
	clear: both;
	height: 70px;
	width: 955px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../Imagens/Interface/fundoRodape.jpg);
	background-repeat: no-repeat;
	font-family: Calibri, Arial, sans-serif;
	color: #C3C3C3;
	font-size: 13px;
}

