body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
    font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#B1141B;
}
#tudo {
	margin: 0 auto; /*centraliza em navegadores padrão*/
	position:relative;
	width:780px;
	height:auto;
	background-color:#B1141B;
	}
#cabe {
	position:absolute;
	width:1000px;
	height:250px;
	top:0;
	left:-110px;

}
#dir {
	position:absolute;
	width:110px;
	height:450px;
	top:250px;
	left:780px;
	background:url(imagens/esq.jpg);
}
#esq {
	position:absolute;
	width:110px;
	height:450px;
	top:250px;
	left:-110px;
	background:url(imagens/esq.jpg);
}
#topo {
	position:relative;
	width:780px;
	height:250px;
}

#flutuaesq{
	position:relative;
	width:auto;
	height:auto;
	float:left;
	padding:0 10px 10px 0;
}

#principal{
	text-align:center;
	padding:10px;
	width: 760px;
	height:auto;
	min-height:400px;
	background:url(imagens/fundoprincipal.jpg) top no-repeat;
	background-color:#D41D22;
}

#menu{
	position:absolute;
	width:510px;
	left: 180px;
	top: 220px;
}

#rodape {
    clear: both;
	padding:6px;
	text-align:center;
	width:768px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:170%;
	border-top: #D14047 3px double;
}

#rodape a{
color:#6A8FBC;
}

a{
color: #FFFF00;
text-decoration:none;
}
a:hover
	{
	color: #00CC00;
	text-decoration: none
}
img{
border:#FFFFFF 1px solid;
margin: 10px;
}
.ini {border: 0;}
